1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Add qml book link

This commit is contained in:
kelteseth 2018-03-15 16:01:17 +01:00
parent 9f51643c6a
commit 6eb7068860

View File

@ -263,13 +263,14 @@ Rectangle {
anchors.centerIn: parent
spacing: 20
Button {
text: qsTr("Quickstart Guide")
text: qsTr("QML Quickstart Guide")
Material.background: Material.Blue
Material.foreground: "white"
icon.source: "qrc:/assets/icons/icon_info.svg"
icon.color:"white"
icon.width: 16
icon.height: 16
onClicked: Qt.openUrlExternally("http://qmlbook.github.io/en/ch04/index.html#qml-syntax")
}
Button {
text: qsTr("Documentation")