aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quicktemplates2/qquickdialog.cpp2
-rw-r--r--src/quicktemplates2/qquickdialogbuttonbox.cpp2
2 files changed, 4 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.
diff --git a/src/quicktemplates2/qquickdialogbuttonbox.cpp b/src/quicktemplates2/qquickdialogbuttonbox.cpp
index f1971635..386577da 100644
--- a/src/quicktemplates2/qquickdialogbuttonbox.cpp
+++ b/src/quicktemplates2/qquickdialogbuttonbox.cpp
@@ -437,6 +437,8 @@ void QQuickDialogButtonBox::resetAlignment()
\snippet qtquickcontrols2-dialogbuttonbox.qml 1
+ The buttons will be positioned in the appropriate order for the user's platform.
+
Possible flags:
\value DialogButtonBox.Ok An "OK" button defined with the \c AcceptRole.
\value DialogButtonBox.Open An "Open" button defined with the \c AcceptRole.