summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Desktop/ComboBoxStyle.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-11-26 19:27:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-27 15:29:12 +0100
commitfad829ff7ab42b91c611f458ea48b75094f2e082 (patch)
treeb8392629a151ecc56506d51073b5916d02e67b94 /src/controls/Styles/Desktop/ComboBoxStyle.qml
parent80a5e0fffcf5c064ac4fea1ed8dc7e0a390a2d45 (diff)
downloadqtquickcontrols-fad829ff7ab42b91c611f458ea48b75094f2e082.tar.gz
Add ComboBoxStyle::renderType
Change-Id: I59c145d0826926b096faae7b01390e9201b5e28f Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/Styles/Desktop/ComboBoxStyle.qml')
-rw-r--r--src/controls/Styles/Desktop/ComboBoxStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Desktop/ComboBoxStyle.qml b/src/controls/Styles/Desktop/ComboBoxStyle.qml
index b36b4c1d..c679efec 100644
--- a/src/controls/Styles/Desktop/ComboBoxStyle.qml
+++ b/src/controls/Styles/Desktop/ComboBoxStyle.qml
@@ -46,6 +46,7 @@ import "." as Desktop
Style {
readonly property ComboBox control: __control
+ property int renderType: Text.NativeRendering
property int drowDownButtonWidth: 24
property Component panel: Item {
property bool popup: !!styleItem.styleHint("comboboxpopup")