aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/plugins.qmltypes
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-20 07:10:34 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-03-21 16:20:08 +0000
commit737bdea1e3dc41b5b30bb26c36224e31966ebd54 (patch)
treef1a2d013db2b7aa21c251553baae29f89712c861 /src/imports/templates/plugins.qmltypes
parent1cec731d40f6ed8a7755c9e3c0d100afbe099ed8 (diff)
ScrollBar: use contentItem instead of handle
Thanks to virtual resizeContent() we can finally use contentItem like everywhere else, and cleanup the special handle item. Change-Id: I9e52ec3ff327d19cda3d85d2e2d9b73d80442bbc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/plugins.qmltypes')
-rw-r--r--src/imports/templates/plugins.qmltypes1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index 94cdf8cc..54f44d16 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -496,7 +496,6 @@ Module {
Property { name: "active"; type: "bool" }
Property { name: "pressed"; type: "bool" }
Property { name: "orientation"; type: "Qt::Orientation" }
- Property { name: "handle"; type: "QQuickItem"; isPointer: true }
Method {
name: "setSize"
Parameter { name: "size"; type: "double" }