aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/multilengthStrings.qml
blob: 6b9dc71fbc2666e8d84c5571ba5c8cb90b840999 (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: 60
        font.pixelSize: 15
        font.family: "Helvetica"
    }
}