Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / font_write.4.qml
1 import Test 1.0
2
3 MyTypeObject {
4     font.pointSize: 19
5     font.pixelSize: 10
6 }
7