summaryrefslogtreecommitdiffstats
path: root/qt-mobile/ThemeTest.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/ThemeTest.qml')
-rw-r--r--qt-mobile/ThemeTest.qml16
1 files changed, 15 insertions, 1 deletions
diff --git a/qt-mobile/ThemeTest.qml b/qt-mobile/ThemeTest.qml
index c848f1aa8..7452acc1b 100644
--- a/qt-mobile/ThemeTest.qml
+++ b/qt-mobile/ThemeTest.qml
@@ -51,7 +51,21 @@ GridLayout {
text: fm.height / fm.font.pointSize
}
- Item {
+ Text {
+ text: "Text item pixelSize:"
+ }
+ Text {
+ text: font.pixelSize
+ }
+
+ Text {
+ text: "Text item pointSize:"
+ }
+ Text {
+ text: font.pointSize
+ }
+
+ Label {
Layout.columnSpan: 2
Layout.fillHeight: true
}