You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run the program normal, it works. But if I run with QHot, I will get ReferenceError: Style is not defined or Unable to assign [undefined] to QColor. I did try without singleton, but it doesn't help. I did add the path to Style.qml also to qhot-profile.json import-path.
The text was updated successfully, but these errors were encountered:
I'm trying to use style in main qml. From the Qt side, they propose to use singleton with QtObject
If I run the program normal, it works. But if I run with QHot, I will get
ReferenceError: Style is not defined
orUnable to assign [undefined] to QColor
. I did try without singleton, but it doesn't help. I did add the path to Style.qml also to qhot-profile.json import-path.The text was updated successfully, but these errors were encountered: