summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qquickplatformmessagedialog.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-08-05 11:38:45 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-10-06 13:45:38 +0200
commitfa9883f47e61d11ca4e208174ec49d01ee683b98 (patch)
tree805d94571895aba95821def1f23b6ed6da29c723 /src/dialogs/qquickplatformmessagedialog.cpp
parent4a9cd455fae9b2b0e473d3ddf58e664818feb545 (diff)
Doc: Fix documentation issues for Qt Quick Dialogs
- Document clickedButton property for Dialog, MessageDialog - Update Dialog::accepted() and rejected() documentation - Remove duplicate documentation for Dialog::visible property - Update description of modality property for ColorDialog, FontDialog - Fix broken links Change-Id: I5b73ea5cbccf1ad0203351730197336e1c6e1b98 Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Diffstat (limited to 'src/dialogs/qquickplatformmessagedialog.cpp')
-rw-r--r--src/dialogs/qquickplatformmessagedialog.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dialogs/qquickplatformmessagedialog.cpp b/src/dialogs/qquickplatformmessagedialog.cpp
index 07665fffe..c7b13c7ce 100644
--- a/src/dialogs/qquickplatformmessagedialog.cpp
+++ b/src/dialogs/qquickplatformmessagedialog.cpp
@@ -171,6 +171,12 @@ QT_BEGIN_NAMESPACE
The corresponding handler is \c onReset.
*/
+/*! \qmlproperty StandardButton MessageDialog::clickedButton
+
+ This property holds the button pressed by the user. Its value is
+ one of the flags set for the standardButtons property.
+*/
+
/*!
\class QQuickPlatformMessageDialog
\inmodule QtQuick.Dialogs