QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlqt / data / enums.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property int test1: Qt.Key_Escape
5     property int test2: Qt.DescendingOrder
6     property int test3: Qt.ElideMiddle
7     property int test4: Qt.AlignRight
8 }
9