feat(StatusBaseInput): introduce focussed property
We can't alias the property as `focus` because this is a final readonly property, so we're introducing a `focussed` property instead. Closes #373
This commit is contained in:
parent
3187de5449
commit
ddfca7a8fa
|
@ -26,6 +26,7 @@ Item {
|
|||
|
||||
property alias color: edit.color
|
||||
property alias font: edit.font
|
||||
property alias focussed: edit.activeFocus
|
||||
property alias verticalAlignmet: edit.verticalAlignment
|
||||
property alias horizontalAlignment: edit.horizontalAlignment
|
||||
|
||||
|
|
Loading…
Reference in New Issue