diff options
author | Oliver Eftevaag <oliver.eftevaag@qt.io> | 2022-07-06 19:30:28 +0200 |
---|---|---|
committer | Oliver Eftevaag <oliver.eftevaag@qt.io> | 2022-07-08 09:35:27 +0200 |
commit | ad898d867c82549a62fabe0e06e2d48d582447d4 (patch) | |
tree | 2ed69e51d402b6cdfa8ad3b0e20cddf5aee25ebd /src/qml/doc/snippets/code | |
parent | 2483ffa011f22b6d2120c73021a59d222a98aa52 (diff) | |
download | qtdeclarative-ad898d867c82549a62fabe0e06e2d48d582447d4.tar.gz |
QtQuickDialogs: Document the existence of the DontUseNativeDialog option
There are 2 different methods that can be used to force the dialogs in
the QtQuickDialogs module to use the non-native implementation.
The first method is to set the AA_DontUseNativeDialogs application
attribute, which forced all dialogs to be non-native globally.
The second option is to change the value of the options property for the
specific dialog that one wish to be non-native, to a value where the
DontUseNativeDialog flag is set.
This is an enum value that should be mentioned in the documentation.
Fixes: QTBUG-99349
Pick-to: 6.4
Change-Id: Icc3aca7cb3dbfeb6c01a2e9d382a58cfcc2dc84a
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/qml/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions