summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2019-11-07 14:58:08 +0100
committerHenning Gründl <henning.gruendl@qt.io>2019-11-08 14:43:26 +0000
commit25fec203bc419275fd179af80add7ab088b504ec (patch)
tree68290b2f76224ab545e54ce3eda7a0f1b3b0562f /share/qtcreator
parent53b95862ad9613577b361aeefe1135676da86b64 (diff)
downloadqt-creator-25fec203bc419275fd179af80add7ab088b504ec.tar.gz
QmlDesigner: Forward ComboBox TextInput
Change-Id: I22b0992808b2a39de1baa45452351099b7d78ba0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
index 2b73c2fac4..f8865e62cf 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
@@ -44,6 +44,8 @@ T.ComboBox {
property real __actionIndicatorWidth: StudioTheme.Values.squareComponentWidth
property real __actionIndicatorHeight: StudioTheme.Values.height
+ property alias textInput: comboBoxInput
+
signal compressedActivated(int index)
width: StudioTheme.Values.squareComponentWidth * 5