[Solved] Best practice associating event handlers with state changes
QML and Qt Quick
2
Posts
1
Posters
737
Views
1
Watching
-
Hi,
Given the bug here: https://bugreports.qt-project.org/browse/QTBUG-27300 - what would be the "best practice" associating specific handlers with state? If you were implementing a vi-like keyboard interface, it seems superior to use a state machine but in the face of this bug, it is impossible.
The alternatives I see are not very appealing.
Thanks!