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

Item {
    width: 400
    height: 400

    Text {
        id: myText
        textFormat: Text.RichText
        objectName: "myText"
    }
}