import QtQuick import QtQuick.Controls ApplicationWindow { width: 600 height: 400 contentItem.ContextMenu.menu: null }