aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/PageIndicatorSpecifics.qml
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2020-04-24 11:38:20 +0200
committerHenning Gruendl <henning.gruendl@qt.io>2020-04-27 11:24:23 +0200
commit80a1ea20d66dea11c74d0a40e1c75b8a782f38a1 (patch)
tree762a4da73a9be13f8b1c649adc94dfe70bdb1de8 /src/imports/controls/designer/PageIndicatorSpecifics.qml
parent7d4f8365c1e50759dd3942b006f2ee73ce9cb116 (diff)
QmlDesigner: Update properties in property editor
Add missing and cleanup existing properties in property editor. Task-number: QDS-1502 Change-Id: I33259e244d5a4471e01f7fc1845ad05414367eae Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/imports/controls/designer/PageIndicatorSpecifics.qml')
-rw-r--r--src/imports/controls/designer/PageIndicatorSpecifics.qml16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/imports/controls/designer/PageIndicatorSpecifics.qml b/src/imports/controls/designer/PageIndicatorSpecifics.qml
index 042672a9..20aa8577 100644
--- a/src/imports/controls/designer/PageIndicatorSpecifics.qml
+++ b/src/imports/controls/designer/PageIndicatorSpecifics.qml
@@ -73,6 +73,18 @@ Column {
Layout.fillWidth: true
}
}
+
+ Label {
+ text: qsTr("Interactive")
+ tooltip: qsTr("Whether the control is interactive.")
+ }
+ SecondColumnLayout {
+ CheckBox {
+ text: backendValues.interactive.valueToString
+ backendValue: backendValues.interactive
+ Layout.fillWidth: true
+ }
+ }
}
}
@@ -80,10 +92,6 @@ Column {
width: parent.width
}
- FontSection {
- width: parent.width
- }
-
PaddingSection {
width: parent.width
}