Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.6.1, 5.9.1
-
Windows 7 x64, Windows 10 x64
Description
QMessageBox::question : The keyboard shortcuts for Yes & No (Y & N) are underlined but not functional. Pressing N / Y / Alt-N / Alt-Y has no effect.
The code is :
QMessageBox::StandardButton answer = QMessageBox::question(this,QObject::tr("The routine was modified"), QObject::tr("Should the routine be saved before exiting?"), QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel);
Attachments
Issue Links
- duplicates
-
QTBUG-61197 Regression: Alt-key accelerators in QDialogButtonBox not working
-
- Closed
-