aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/elideimplicitwidth.qml
blob: 60ae15c4e125eda9463a12f75be5ba1b6fe4f3dd (plain)
1
2
3
4
5
6
7
import QtQuick 1.1

Text {
    text: "Hello World"
    elide: Text.ElideRight
    width: 30
}