aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickdialog.cpp')
-rw-r--r--src/quicktemplates2/qquickdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickdialog.cpp b/src/quicktemplates2/qquickdialog.cpp
index fbb612b3..3ac99caa 100644
--- a/src/quicktemplates2/qquickdialog.cpp
+++ b/src/quicktemplates2/qquickdialog.cpp
@@ -257,6 +257,8 @@ void QQuickDialog::setFooter(QQuickItem *footer)
\snippet qtquickcontrols2-dialog.qml 1
+ The buttons will be positioned in the appropriate order for the user's platform.
+
Possible flags:
\value Dialog.Ok An "OK" button defined with the \c AcceptRole.
\value Dialog.Open An "Open" button defined with the \c AcceptRole.