QmlDesigner: Add missing properties to LineEdit and ComboBox

Change-Id: I7e9a9159aa75973f04a660a16c2d00aa294ab944
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2019-06-05 18:05:52 +02:00
parent cf1be67264
commit 52ddea91ee
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ Controls.ComboBox {
property bool block: false
property bool showExtendedFunctionButton: true
ExtendedFunctionLogic {
id: extFuncLogic
backendValue: comboBox.backendValue
@@ -54,6 +56,8 @@ Controls.ComboBox {
actionIndicator.icon.text: extFuncLogic.glyph
actionIndicator.onClicked: extFuncLogic.show()
actionIndicator.visible: showExtendedFunctionButton
ColorLogic {
id: colorLogic
backendValue: comboBox.backendValue

View File

@@ -45,6 +45,8 @@ Controls.TextField {
property bool showExtendedFunctionButton: true
actionIndicator.visible: showExtendedFunctionButton
signal commitData
property string context