blob: 4ee54487d87150d9cc2c8f59bafb2b1e55c70bb8 [file] [log] [blame]
import QtQuick 2.0
Item {
width: 320
height: 480
Text {
anchors.centerIn: parent
font.family: "Arial"
font.pixelSize: 10
font.underline: true
textFormat: Text.RichText
text: "Lorem ipsum <font size=14>dolor sit amet</font>, consectetur."
}
}