I have a QML Window which I want to assign contentOrientation property to Qt::LandscapeOrientation resulting in following line of code:
contentOrientation: "Qt::LandscapeOrientation"
Qt Creator shows me the following error in this code:
Invalid value for enum. (M1)
I am aware this is a very dumb error (I expect some downgrades :D), but how do I solve it?
Qt.LandscapeOrientation- folibis