summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/enums.5.qml
blob: 8ec508c9e36c923951eff0e643d1c9679f8f0420 (plain)
1
2
3
4
5
6
7
8
9
10
import Test 1.0
import QtQuick 1.0 as MyQt

MyTypeObject {
    MyQt.Component.onCompleted: {
        font.capitalization = MyQt.Font.AllUppercase
    }
}