Text {
anchors.centerIn: parent
text: '<html></style><a
MouseArea {
anchors.fill: parent;
hoverEnabled: true;
cursorShape:
(containsMouse? Qt.PointingHandCursor: Qt.ArrowCursor);
onClicked: Qt.openUrlExternally("http://www.baidu.com")
}
}
文本使用html超鏈接顯示, 被點(diǎn)擊的時(shí)候調(diào)用Qt.openUrlExternally來(lái)使用默認(rèn)應(yīng)用打開(kāi)超鏈接
show.gif
需要完整代碼請(qǐng)?jiān)L問(wèn)QtQuickExamples