import QtQuick 2.0

TextEdit {
    textFormat: TextEdit.RichText
    text: "Test <a href='http://example.com/'>link</a>"
}
