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

Text {
    width: 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 the quick brown fox jumped over the lazy dog"
}