Added link for sources in about page. Added Github account
This commit is contained in:
parent
43c5d255a0
commit
a111de5426
|
@ -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 {
|
Label {
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
@ -55,12 +55,15 @@ You can save, load and delete your settings giving a name to them.
|
||||||
text: qsTr("
|
text: qsTr("
|
||||||
Copyright (C) 2017 Claudio Maradonna
|
Copyright (C) 2017 Claudio Maradonna
|
||||||
Unitoo Team, Italy
|
Unitoo Team, Italy
|
||||||
|
|
||||||
|
Sources at: <a href=\"https://github.com/UnitooTeam/harbour-boxing-timer\">https://github.com/UnitooTeam/harbour-boxing-timer</a>
|
||||||
")
|
")
|
||||||
}
|
}
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement { label: "Email" ; value: "claudio@unitoo.pw" }
|
ListElement { label: "Email" ; value: "claudio@unitoo.pw" }
|
||||||
|
ListElement { label: "Github"; value: "UnitooTeam" }
|
||||||
ListElement { label: "Diaspora" ; value: "claudiounitoo@framasphere.org" }
|
ListElement { label: "Diaspora" ; value: "claudiounitoo@framasphere.org" }
|
||||||
ListElement { label: "Mastodon" ; value: "@unitoo" }
|
ListElement { label: "Mastodon" ; value: "@unitoo" }
|
||||||
ListElement { label: "XMPP" ; value: "unitoo@fysh.in" }
|
ListElement { label: "XMPP" ; value: "unitoo@fysh.in" }
|
||||||
|
|
Loading…
Reference in New Issue