1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00
This commit is contained in:
Elias 2019-01-16 19:55:00 +01:00
parent c9ac67c2a2
commit 35102ccbec

View File

@ -241,7 +241,7 @@ Item {
icon.width: 16 icon.width: 16
icon.height: 16 icon.height: 16
onClicked: Qt.openUrlExternally( onClicked: Qt.openUrlExternally(
"http://qmlbook.github.io/en/ch04/index.html#qml-syntax") "http://qmlbook.github.io/ch04-qmlstart/qmlstart.html")
} }
Button { Button {
text: qsTr("Documentation") text: qsTr("Documentation")