Update information
parent
ef2fcc80a5
commit
ab970dd485
|
@ -11,28 +11,28 @@ Page {
|
||||||
anchors.top: header.bottom
|
anchors.top: header.bottom
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: "this application was created by\nkirbylife\nunder the GPL V2.0 license,\nanyone is free to view\nthe code and modify it."
|
text: "this application was created by\nkirbylife\nunder the GPL V3 license,\nanyone is free to view\nthe code and modify it."
|
||||||
truncationMode: TruncationMode.Elide
|
truncationMode: TruncationMode.Elide
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
id: btnCode
|
id: btnCode
|
||||||
anchors.bottom: btnTwitter.top
|
anchors.bottom: btnMastodon.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.bottomMargin: 50
|
anchors.bottomMargin: 50
|
||||||
text: "Code"
|
text: "Code"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Qt.openUrlExternally("https://gitlab.com/kirbylife/harbour-muchkin")
|
Qt.openUrlExternally("https://git.kirbylife.dev/kirbylife/harbour-muchkin")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
id: btnTwitter
|
id: btnMastodon
|
||||||
anchors.bottom: btnDonate.top
|
anchors.bottom: btnDonate.top
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.bottomMargin: 50
|
anchors.bottomMargin: 50
|
||||||
text: "Twitter"
|
text: "Mastodon"
|
||||||
onClicked: {
|
onClicked: {
|
||||||
Qt.openUrlExternally("https://twitter.com/kirbylife")
|
Qt.openUrlExternally("https://mstdn.mx/@kirbylife")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Button {
|
Button {
|
||||||
|
|
Loading…
Reference in New Issue