Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
f0e49104a864b3f658e8cc0036b742b20ad84872
Description
The doc states:
The Qt object contains all enums in the Qt namespace. For example, you can access the AlignLeft member of the Qt::AlignmentFlag enum with Qt.AlignLeft.
For a full list of enums, see the Qt Namespace documentation.
http://doc.qt.nokia.com/main-snapshot/qml-qt.html
But trying to access Qt.AnchorLeft, for example, returns undefined. Qt::AnchorAttribute and Qt::AnchorPoint aren't present in the QML Qt global object.