qt5base-lts/tests/auto/widgets/dialogs
Tor Arne Vestbø aafed07dee macOS: Don't show QMessageBox::about(Qt) as modal windows
The system behavior is to not show these kinds of dialogs as modal,
and we've documented that for QMessageBox.

However, calling show() instead of exec() is not enough, as the
default constructor of QMessageBox will set the modality of the
widget to application-modal. We need to explicitly override this.

[ChangLog][macOS] QMessageBox::about(Qt) now shows dialog non-modal,
as documented.

Pick-to: 6.2
Change-Id: I6bb59efb81feb23122276a9eede71b2f20c9d7c6
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2021-09-09 15:10:36 +00:00
..
qcolordialog Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdialog Add more QDialog unit test related to closing a dialog 2021-09-05 23:07:59 +02:00
qerrormessage Remove the qmake project files 2021-01-07 15:32:28 +01:00
qfiledialog tests: Use QT_TESTCASE_SOURCEDIR define 2021-08-11 21:03:56 +02:00
qfiledialog2 tests: Remove unused SRCDIR defines 2021-08-17 12:41:57 +00:00
qfontdialog testlib: Deprecate QWARN() in favor of qWarning() 2021-08-04 19:31:51 +02:00
qinputdialog Remove the qmake project files 2021-01-07 15:32:28 +01:00
qmessagebox macOS: Don't show QMessageBox::about(Qt) as modal windows 2021-09-09 15:10:36 +00:00
qprogressdialog Re-layout QProgressDialog when setting the cancel button 2021-04-19 09:22:04 +00:00
qsidebar Remove the qmake project files 2021-01-07 15:32:28 +01:00
qwizard Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00