aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-27 23:45:58 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-29 06:55:19 +0000
commit442e034b20bac29798806abd39acdd6aea7b65e6 (patch)
tree7653602e7d7bd3afa1af63d7cff56738b337ff97 /src/imports/templates/plugins.qmltypes
parent361a9929a7bfc09d1497923a27be5606b9138dd7 (diff)
Update plugins.qmltypes
Change-Id: I195aa7e2a6146298159f3364f7f651aa3e3996ba Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index 9e1b2131..571ed723 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -85,6 +85,7 @@ Module {
Property { name: "contentChildren"; type: "QQuickItem"; isList: true; isReadonly: true }
Property { name: "currentIndex"; type: "int" }
Property { name: "currentItem"; type: "QQuickItem"; isReadonly: true; isPointer: true }
+ Property { name: "exclusive"; type: "bool" }
Method {
name: "setCurrentIndex"
Parameter { name: "index"; type: "int" }
@@ -523,6 +524,28 @@ Module {
Method { name: "decrease" }
}
Component {
+ name: "QQuickSpinBox"
+ defaultProperty: "data"
+ prototype: "QQuickControl"
+ exports: ["Qt.labs.templates/SpinBox 1.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "from"; type: "int" }
+ Property { name: "to"; type: "int" }
+ 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 }
+ Method { name: "increase" }
+ Method { name: "decrease" }
+ }
+ Component {
+ name: "QQuickSpinner"
+ prototype: "QObject"
+ Property { name: "pressed"; type: "bool" }
+ Property { name: "indicator"; type: "QQuickItem"; isPointer: true }
+ }
+ Component {
name: "QQuickStackAttached"
prototype: "QObject"
Property { name: "index"; type: "int"; isReadonly: true }
@@ -567,6 +590,8 @@ Module {
Property { name: "popExit"; type: "QQuickTransition"; isPointer: true }
Property { name: "pushEnter"; type: "QQuickTransition"; isPointer: true }
Property { name: "pushExit"; type: "QQuickTransition"; isPointer: true }
+ Property { name: "replaceEnter"; type: "QQuickTransition"; isPointer: true }
+ Property { name: "replaceExit"; type: "QQuickTransition"; isPointer: true }
Method { name: "clear" }
Method {
name: "get"