diff options
author | Venugopal Shivashankar <venugopal.shivashankar@digia.com> | 2015-07-23 16:08:23 +0200 |
---|---|---|
committer | Shawn Rutledge <shawn.rutledge@theqtcompany.com> | 2015-07-23 15:10:25 +0000 |
commit | fafa3b414d41742be302a09ce866025feb8c962f (patch) | |
tree | 32057b91d89ca87011c6ed5ac0985b2ca627fb6c /src/dialogs | |
parent | 5c9eb4220fc04730266a58e4e65373eca574e170 (diff) | |
download | qtquickcontrols-fafa3b414d41742be302a09ce866025feb8c962f.tar.gz |
Doc: Updated documentation for modality property
FontDialog is Qt.NonModal by default.
Task-number: QTBUG-47382
Change-Id: Iafa4cbb1f2a7693ff634be2dcb34b5648e1b952d
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
Diffstat (limited to 'src/dialogs')
-rw-r--r-- | src/dialogs/qquickplatformfontdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qquickplatformfontdialog.cpp b/src/dialogs/qquickplatformfontdialog.cpp index 4cc53094..8b93fd1d 100644 --- a/src/dialogs/qquickplatformfontdialog.cpp +++ b/src/dialogs/qquickplatformfontdialog.cpp @@ -190,7 +190,7 @@ QPlatformFontDialogHelper *QQuickPlatformFontDialog::helper() containing the dialog's parent Item, modal with respect to the whole application, or non-modal. - By default it is \c Qt.WindowModal. + By default it is \c Qt.NonModal. Modality does not mean that there are any blocking calls to wait for the dialog to be accepted or rejected; it's only that the user will be |