qt5base-lts/tests/auto/widgets/dialogs
Vitaly Fanaskov d8bbb5ee0e Respect roles of buttons added to QMessageBox
When a button added to QMessageBox has AcceptRole or YesRole, the signal
accepted() will be emitted upon click on the button. If the button has
RejectRole or NoRole, the signal rejected() will be emitted upon click
on the button. If a button has a different role, neither accepted() nor
rejected() will be emitted. This works for both standard and custom
buttons.
The signal finished() with result code will be sent regardless of a
clicked button role.
Also added documentation strings for some methods of private classes in
order to have better tooltips in IDE(s).

Task-number: QTBUG-44131
Change-Id: I521a4e5112eb4cf168f6fbb4c002dbe119aeeb09
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-01-03 18:38:12 +00:00
..
qcolordialog Remove insignificant flag from qcolordialog.pro 2018-09-24 21:12:38 +00:00
qdialog tests: blacklist tst_QDialog::showFullScreen() on macOS 10.13 in CI 2018-08-22 14:32:38 +00:00
qerrormessage Updated license headers 2016-01-21 18:55:18 +00:00
qfiledialog Refactor tst_QFiledialog::clearLineEdit() 2018-08-24 12:00:31 +00:00
qfiledialog2 Blacklist a tst_QFileDialog2 test due to extreme flakiness in macOS 2018-09-15 15:38:46 +00:00
qfilesystemmodel tst_qfilesystemmodel: Do not use nested calls of auto test functions 2018-10-25 11:24:08 +00:00
qfontdialog qtbase: Remove BLACKLIST files which are no longer active 2018-02-12 17:40:12 +00:00
qinputdialog Replace Q_NULLPTR with nullptr where possible 2017-09-19 11:53:55 +00:00
qmessagebox Respect roles of buttons added to QMessageBox 2019-01-03 18:38:12 +00:00
qprogressdialog tests/auto/widgets/dialogs: Avoid unconditional qWait()s 2018-05-14 10:39:00 +00:00
qsidebar winrt: make dialog auto tests pass 2018-06-22 05:02:43 +00:00
qwizard winrt: make dialog auto tests pass 2018-06-22 05:02:43 +00:00
dialogs.pro winrt: Remove qfiledialog and qmessagebox auto tests for now 2018-05-28 06:50:45 +00:00