5a2ff534afeaf7c64a9c5f61004d6248a9512de5
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeqt / 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