summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml')
-rw-r--r--SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml b/SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml
new file mode 100644
index 000000000..7b8ae4ada
--- /dev/null
+++ b/SDL_Core/src/components/qt_hmi/References/Look/Widgets/CondText.qml
@@ -0,0 +1,14 @@
+// import QtQuick 2.0 // to target S60 5th Edition or Maemo 5
+import QtQuick 2.0
+import com.ford.hmiframework 1.0
+
+BaseText {
+ FontLoader {
+ id: testFont; source: "../Fonts/HelveticaNeueLTCom-LtCn.ttf"
+ }
+
+ font.family: testFont.name
+ font.pixelSize: 30
+
+ height: 51
+}