How can set pop-up menu position in QML
问题 I want to fix the position of pop-up menu in QML. When I click on a setting button,I want the pop-up menu will display at the fixed position. I did it by a day but can't. How can I do it in QML. Also, I want to change the size of menu item(width and Height). Hope your help! 回答1: That depends on QtQuick.Controls version. In 2.0 you can define size and position(and even more - you must do) import QtQuick 2.7 import QtQuick.Controls 2.0 //import QtQuick.Controls 1.4 import QtQuick.Window 2.0