Cannot assign to non-existent property "states"
Solved
QML and Qt Quick
-
states property comes from Item. Window is not inherited from Item. Put all the state information inside the rectangle. It should solve the problem.
-
states property comes from Item. Window is not inherited from Item. Put all the state information inside the rectangle. It should solve the problem.
@dheerendra it solve my problem , thanks dude :)