aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/enums.qml
blob: 5a2ff534afeaf7c64a9c5f61004d6248a9512de5 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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