forked from qt-creator/qt-creator
QmlDesigner: Forward ComboBox TextInput
Change-Id: I22b0992808b2a39de1baa45452351099b7d78ba0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
53b95862ad
commit
25fec203bc
@@ -44,6 +44,8 @@ T.ComboBox {
|
|||||||
property real __actionIndicatorWidth: StudioTheme.Values.squareComponentWidth
|
property real __actionIndicatorWidth: StudioTheme.Values.squareComponentWidth
|
||||||
property real __actionIndicatorHeight: StudioTheme.Values.height
|
property real __actionIndicatorHeight: StudioTheme.Values.height
|
||||||
|
|
||||||
|
property alias textInput: comboBoxInput
|
||||||
|
|
||||||
signal compressedActivated(int index)
|
signal compressedActivated(int index)
|
||||||
|
|
||||||
width: StudioTheme.Values.squareComponentWidth * 5
|
width: StudioTheme.Values.squareComponentWidth * 5
|
||||||
|
Reference in New Issue
Block a user