Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit ddfca7a

Browse files
committed
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
1 parent 3187de5 commit ddfca7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StatusQ/Controls/StatusBaseInput.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Item {
2626

2727
property alias color: edit.color
2828
property alias font: edit.font
29+
property alias focussed: edit.activeFocus
2930
property alias verticalAlignmet: edit.verticalAlignment
3031
property alias horizontalAlignment: edit.horizontalAlignment
3132

0 commit comments

Comments
 (0)