-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
None
When a button uses a mnemomic and a shortcut, the first one does not work.
Example: <widget class="QPushButton" name="buttonNext"> <property name="text"> <string>&Mnemonic M</string> </property> <property name="shortcut"> <string>Ctrl+D</string> </property>
Pressing Alt + M does not have an effect, while Ctrl + D does.
Can easily be tried out in Qt Designer with "shortcut-and-mnemonic_minimal-example.ui" (see attachment).