aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/testbench/controls/Dialog.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/manual/testbench/controls/Dialog.qml b/tests/manual/testbench/controls/Dialog.qml
index b05ef1e3..c550cdae 100644
--- a/tests/manual/testbench/controls/Dialog.qml
+++ b/tests/manual/testbench/controls/Dialog.qml
@@ -57,7 +57,9 @@ QtObject {
property string customControlName: qsTr("Dialog")
property var supportedStates: [
- []
+ [],
+ ["modal"],
+ ["dim"]
]
property Component component: Button {
@@ -73,6 +75,8 @@ QtObject {
y: (window.height - height) / 2
standardButtons: Dialog.Ok | Dialog.Cancel
parent: window.contentItem
+ modal: is("modal")
+ dim: is("dim")
Label {
text: "Lorem ipsum dolor sit amet, \nconsectetuer adipiscing elit, \n"