Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0 Alpha
-
None
-
Windows
-
55e04131acc679115df2815d7573015a9385a9ac
Description
Shortcut syntaxt (&) for menus does not work
I tried this:
menuBar: MenuBar { Menu { title: qsTr("&File") MenuItem { text: qsTr("&Open") onTriggered: console.log("Open action triggered"); } MenuItem { text: qsTr("E&xit") onTriggered: Qt.quit(); } } }
But the shortcuts defined by '&' do not work.
Attachments
Issue Links
- relates to
-
QTBUG-36681 QQControls Menu navigation broken on windows
- Closed