just log focus changes
This commit is contained in:
parent
4a72ff85ac
commit
e90e61dad7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
signal edit()
|
||||
|
||||
onActiveFocusItemChanged: showPassiveNotification("CHANGED TO: " + activeFocusControl)
|
||||
onActiveFocusItemChanged: print("FOCUS CHANGED TO: " + activeFocusControl)
|
||||
|
||||
pageStack.initialPage: mainPage
|
||||
header: Presenter.Header {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue