qt6-bb10/qtdeclarative/tests/auto/quick/qquicktext/data/htmlLists.qml

13 lines
160 B
QML

import QtQuick 2.0
Item {
width: 400
height: 400
Text {
id: myText
textFormat: Text.RichText
objectName: "myText"
}
}