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
For Gerrit Dashboard: QTBUG-41935 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
97054,2 | MenuStyle: fix a typo that prevented mnemonics showing up | 5.4 | qt/qtquickcontrols | Status: MERGED | +2 | 0 |
97105,3 | Menu: fix key navigation on Windows | 5.4 | qt/qtquickcontrols | Status: MERGED | +2 | 0 |