How to add new state via Qt Designer?
Solved
QML and Qt Quick
-
Qt Designer documentation says:
To add states, click the + button.
Yet I can't find the button anywhere:
How can I add a new state? This is with Qt Creator 4.9.
-
Most likely your root item is a Window. Unfortunately, Windows does not have states and therefore you cannot add any states in the designer.