QmlDesigner: Forward ComboBox TextInput

Change-Id: I22b0992808b2a39de1baa45452351099b7d78ba0
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2019-11-07 14:58:08 +01:00
committed by Henning Gründl
parent 53b95862ad
commit 25fec203bc

View File

@@ -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