Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktext / data / multilengthStringsWrapped.qml
1 import QtQuick 2.0
2
3 Item {
4     width: 300
5     height: 200
6
7     Text {
8         id: myText
9         objectName: "myText"
10         width: 60
11         height: 36
12         font.pixelSize: 15
13         font.family: "Helvetica"
14         wrapMode: Text.Wrap
15     }
16 }