aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktext/data/multilengthStrings.qml
blob: d26576eacdf477ba60541ec067f07b185defe5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.0

Item {
    width: 300
    height: 200

    Text {
        id: myText
        objectName: "myText"
        width: 100
        font.pixelSize: 15
        font.family: "Helvetica"
    }
}