aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/growFromZeroWidth.qml
blob: a264191e45e84e623e8ec4aa5f8318851dc311a9 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Text {
    width: 0
    wrapMode: Text.Wrap
    horizontalAlignment: Text.AlignHCenter
    text: "AA\nBBBBBBB\nCCCCCCCCCCCCCCCC"
}