qt6-bb10/tests/auto/widgets/dialogs/qfiledialog
J-P Nurmi 9aeaa363e5 Auto tests: use Qt::AA_DontUseNativeDialogs where appropriate
These auto tests were trying to not create native dialogs, but setting
the QFileDialog::DontUseNativeDialog option is too late to control the
creation of the platform helper. It is already created at construction
time, unless Qt::AA_DontUseNativeDialogs is set.

Task-number: QTBUG-55276
Task-number: QTBUG-55281
Change-Id: Icf474e97059ac03a5fa01bd3a17f07203da5770a
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2016-08-17 15:46:27 +00:00
..
resources
.gitignore
qfiledialog.pro Blacklist and skip various tests that are flakey 2015-06-14 10:50:45 +00:00
tst_qfiledialog.cpp Auto tests: use Qt::AA_DontUseNativeDialogs where appropriate 2016-08-17 15:46:27 +00:00