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

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