From 25fec203bc419275fd179af80add7ab088b504ec Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Thu, 7 Nov 2019 14:58:08 +0100 Subject: [PATCH] QmlDesigner: Forward ComboBox TextInput Change-Id: I22b0992808b2a39de1baa45452351099b7d78ba0 Reviewed-by: Thomas Hartmann --- .../imports/StudioControls/ComboBox.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml index 2b73c2fac4d..f8865e62cf9 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