summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlqt/data/enums.qml
blob: f87886e0f0a27a95ac6efcc4aeacb89e83dda1c0 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

Object {
    property int test1: Qt.Key_Escape
    property int test2: Qt.DescendingOrder
    property int test3: Qt.ElideMiddle
    property int test4: Qt.AlignRight
}