feat(@StatusComboBox): expose inner objectName property (#850)
This commit is contained in:
parent
82e5f03f5e
commit
f157229e36
|
@ -24,6 +24,8 @@ Item {
|
|||
property alias label: labelItem.text
|
||||
property alias validationError: validationErrorItem.text
|
||||
|
||||
property string popupContentItemObjectName: ""
|
||||
|
||||
implicitWidth: layout.implicitWidth
|
||||
implicitHeight: layout.implicitHeight
|
||||
|
||||
|
@ -123,7 +125,7 @@ Item {
|
|||
|
||||
contentItem: StatusListView {
|
||||
id: listView
|
||||
|
||||
objectName: root.popupContentItemObjectName
|
||||
implicitWidth: contentWidth
|
||||
implicitHeight: contentHeight
|
||||
|
||||
|
|
Loading…
Reference in New Issue