chore(StatusBaseInput): expose placeholder as alias

This commit is contained in:
Patryk Osmaczko 2022-05-27 10:00:33 +02:00 committed by r4bbit.eth
parent 406e4a1177
commit 9120a0fa1c
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ Item {
This property holds a reference to the TextEdit component's horizontalAlignment property.
*/
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
This property holds a reference to the placeholder component's placeholderText property.