aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-02 17:04:13 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-03 09:37:24 +0000
commit74fa9377dd259713ebbd85c82902f43cd79b4c83 (patch)
tree6d176c3b0de267c0f01dce400e8905363a93888a /src/imports/templates/plugins.qmltypes
parenta108298bb9529dd1ad4b195849f3c1e12daa82bf (diff)
Update plugins.qmltypes
Change-Id: Ia404b3a89088231f242838f3964e666016351e83 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index 1aa4a52b..5d71559c 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -16,6 +16,8 @@ Module {
Property { name: "pressed"; type: "bool" }
Property { name: "checked"; type: "bool" }
Property { name: "checkable"; type: "bool" }
+ Property { name: "autoExclusive"; type: "bool" }
+ Property { name: "autoRepeat"; type: "bool" }
Property { name: "indicator"; type: "QQuickItem"; isPointer: true }
Property { name: "label"; type: "QQuickItem"; isPointer: true }
Signal {
@@ -378,7 +380,6 @@ Module {
Property { name: "currentIndex"; type: "int" }
Property { name: "interactive"; type: "bool" }
Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
- Property { name: "color"; type: "QColor" }
}
Component {
name: "QQuickProgressBar"
@@ -534,13 +535,16 @@ Module {
Property { name: "value"; type: "int" }
Property { name: "stepSize"; type: "int" }
Property { name: "locale"; type: "QLocale" }
- Property { name: "up"; type: "QQuickSpinner"; isReadonly: true; isPointer: true }
- Property { name: "down"; type: "QQuickSpinner"; isReadonly: true; isPointer: true }
+ Property { name: "validator"; type: "QValidator"; isPointer: true }
+ Property { name: "textFromValue"; type: "QJSValue" }
+ Property { name: "valueFromText"; type: "QJSValue" }
+ Property { name: "up"; type: "QQuickSpinButton"; isReadonly: true; isPointer: true }
+ Property { name: "down"; type: "QQuickSpinButton"; isReadonly: true; isPointer: true }
Method { name: "increase" }
Method { name: "decrease" }
}
Component {
- name: "QQuickSpinner"
+ name: "QQuickSpinButton"
prototype: "QObject"
Property { name: "pressed"; type: "bool" }
Property { name: "indicator"; type: "QQuickItem"; isPointer: true }