summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/font_write.5.qml
blob: cc51c31c5a2536f5c020029366b730c583088657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Qt 4.7
import Test 1.0

Item {
    MyTypeObject {
        objectName: "object1"
        font.pixelSize: 19
    }
    MyTypeObject {
        objectName: "object2"
        font.pointSize: 14
    }
}