diff options
author | Shawn Rutledge <shawn.rutledge@digia.com> | 2014-02-04 15:10:39 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-02-05 09:31:10 (GMT) |
commit | 4c83c6ba64ee77157ecaf6a652994a5cb887c96f (patch) | |
tree | dbf82fa23135dd5a5f6160f48c0078cf7d1a8ffe | |
parent | a0930d007c01423daebc5c63fbf8635a8b394fd7 (diff) | |
download | Qt-4c83c6ba64ee77157ecaf6a652994a5cb887c96f.zip Qt-4c83c6ba64ee77157ecaf6a652994a5cb887c96f.tar.gz Qt-4c83c6ba64ee77157ecaf6a652994a5cb887c96f.tar.bz2 |
DontUseNativeDialog is not just for the Mac color dialog
Task-number: QTBUG-14341
Change-Id: Id2e8df9277186427370fa2a89643995d79812704
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
-rw-r--r-- | src/gui/dialogs/qcolordialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp index 3fcb1a0..8f1c307 100644 --- a/src/gui/dialogs/qcolordialog.cpp +++ b/src/gui/dialogs/qcolordialog.cpp @@ -1844,8 +1844,8 @@ QColorDialog::ColorDialogOptions QColorDialog::options() const \value ShowAlphaChannel Allow the user to select the alpha component of a color. \value NoButtons Don't display \gui{OK} and \gui{Cancel} buttons. (Useful for "live dialogs".) - \value DontUseNativeDialog Use Qt's standard color dialog on the Mac instead of Apple's - native color panel. + \value DontUseNativeDialog Use Qt's standard color dialog on the Mac instead of the operating system + native color dialog. \sa options, setOption(), testOption(), windowModality() */ |