aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-06-22 15:12:05 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-06-22 21:07:53 +0000
commit319f1d52a6953d613b42f325f8c530ddbcdd297a (patch)
tree7529b77a13ee9f8c2a3356d8b8203dbfdeba227b /tests/manual/testbench
parent914f6aa45ddde7f4c30391e90037966363158594 (diff)
testbench: add more PageIndicators
Change-Id: Id1023b9d54560ffe3d5117b6bec109869ff381cc Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/manual/testbench')
-rw-r--r--tests/manual/testbench/testbench.qml14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/manual/testbench/testbench.qml b/tests/manual/testbench/testbench.qml
index 3bb38fe8..c6f60278 100644
--- a/tests/manual/testbench/testbench.qml
+++ b/tests/manual/testbench/testbench.qml
@@ -657,6 +657,13 @@ ApplicationWindow {
BusyIndicator {
anchors.centerIn: parent
}
+
+ PageIndicator {
+ count: 5
+ interactive: true
+ anchors.bottom: parent.bottom
+ anchors.horizontalCenter: parent.horizontalCenter
+ }
}
GroupBox {
enabled: false
@@ -668,6 +675,12 @@ ApplicationWindow {
BusyIndicator {
anchors.centerIn: parent
}
+
+ PageIndicator {
+ count: 5
+ anchors.bottom: parent.bottom
+ anchors.horizontalCenter: parent.horizontalCenter
+ }
}
GroupBox {
enabled: false
@@ -679,7 +692,6 @@ ApplicationWindow {
PageIndicator {
count: 5
- enabled: false
anchors.bottom: parent.bottom
anchors.horizontalCenter: parent.horizontalCenter
}