summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Look/Widgets/CondText.qml
blob: 7b8ae4ada6389b8f8a5bce87b154d1346a3b097e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}