aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml')
-rw-r--r--tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml b/tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml
new file mode 100644
index 0000000000..5297a8260d
--- /dev/null
+++ b/tests/auto/qml/qqmlvaluetypes/data/font_write.5.qml
@@ -0,0 +1,14 @@
+import QtQuick 2.0
+import Test 1.0
+
+Item {
+ MyTypeObject {
+ objectName: "object1"
+ font.pixelSize: 19
+ }
+ MyTypeObject {
+ objectName: "object2"
+ font.pointSize: 14
+ }
+}
+