chore(StatusBaseInput): expose placeholder as alias
This commit is contained in:
parent
406e4a1177
commit
9120a0fa1c
|
@ -128,6 +128,11 @@ Item {
|
||||||
This property holds a reference to the TextEdit component's horizontalAlignment property.
|
This property holds a reference to the TextEdit component's horizontalAlignment property.
|
||||||
*/
|
*/
|
||||||
property alias horizontalAlignment: edit.horizontalAlignment
|
property alias horizontalAlignment: edit.horizontalAlignment
|
||||||
|
/*!
|
||||||
|
\qmlproperty alias StatusBaseInput::placeholder
|
||||||
|
This property holds a reference to the placeholder component.
|
||||||
|
*/
|
||||||
|
property alias placeholder: placeholder
|
||||||
/*!
|
/*!
|
||||||
\qmlproperty alias StatusBaseInput::placeholderText
|
\qmlproperty alias StatusBaseInput::placeholderText
|
||||||
This property holds a reference to the placeholder component's placeholderText property.
|
This property holds a reference to the placeholder component's placeholderText property.
|
||||||
|
|
Loading…
Reference in New Issue