aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquicktext/data/multilineelide.qml
blob: 23398a84a1fc49bd57b95e603bd5a6de46e3276e (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0

Text {
    width: 200; height: 200
    wrapMode: Text.WordWrap
    elide: Text.ElideRight
    maximumLineCount: 3
    text: "the quick brown fox jumped over the lazy dog the quick brown fox jumped over the lazy dog"
}