aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-28 12:37:58 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-28 11:56:14 +0000
commitc6e700d59a66ee648548a93fc7235e06423216cb (patch)
tree2a0f340598b022da121f86e3a96f84a3b6fedbf9 /src/imports/templates
parent23706b974f443b96bf1da86b264349e51d6d0d05 (diff)
ComboBox: separate indicator
This makes it possible to hide or replace either ComboBox background or content item without losing the built-in indicator. Change-Id: I308bbaa8190eba04ff3048a20c2d2ed0431a24f2 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/templates')
-rw-r--r--src/imports/templates/plugins.qmltypes1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/templates/plugins.qmltypes b/src/imports/templates/plugins.qmltypes
index d4cc7781..db18f740 100644
--- a/src/imports/templates/plugins.qmltypes
+++ b/src/imports/templates/plugins.qmltypes
@@ -107,6 +107,7 @@ Module {
Property { name: "displayText"; type: "string" }
Property { name: "textRole"; type: "string" }
Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
+ Property { name: "indicator"; type: "QQuickItem"; isPointer: true }
Property { name: "popup"; type: "QQuickPopup"; isPointer: true }
Signal {
name: "activated"