Added link for sources in about page. Added Github account

This commit is contained in:
Claudio Maradonna 2017-08-24 23:28:52 +02:00
parent 43c5d255a0
commit a111de5426
1 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ You can save, load and delete your settings giving a name to them.
")
}
SectionHeader { text: qsTr("Developers") }
SectionHeader { text: qsTr("Developers and sources") }
Label {
anchors {
left: parent.left
@ -55,12 +55,15 @@ You can save, load and delete your settings giving a name to them.
text: qsTr("
Copyright (C) 2017 Claudio Maradonna
Unitoo Team, Italy
Sources at: <a href=\"https://github.com/UnitooTeam/harbour-boxing-timer\">https://github.com/UnitooTeam/harbour-boxing-timer</a>
")
}
Repeater {
model: ListModel {
ListElement { label: "Email" ; value: "claudio@unitoo.pw" }
ListElement { label: "Github"; value: "UnitooTeam" }
ListElement { label: "Diaspora" ; value: "claudiounitoo@framasphere.org" }
ListElement { label: "Mastodon" ; value: "@unitoo" }
ListElement { label: "XMPP" ; value: "unitoo@fysh.in" }