1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Add changelog link to gitlab in about

This commit is contained in:
Elias Steurer 2019-10-11 09:49:32 +02:00
parent a4287d2346
commit ca4270568c

View File

@ -393,44 +393,14 @@ Item {
}
}
SettingsHorizontalSeperator {}
Item {
width: parent.width
height: 55
Text {
id:txtVersion
color: "#5D5D5D"
text: "Version"
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignLeft
anchors{
top:parent.top
topMargin: 6
left:parent.left
leftMargin: 20
}
font.pointSize: 12
}
Text {
text: qsTr("ScreenPlay Build Version ") + ScreenPlay.settings.gitBuildHash
color: "#B5B5B5"
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignVCenter
font.pointSize: 10
font.family: "Roboto"
anchors {
top:txtVersion.bottom
topMargin: 6
left:parent.left
leftMargin: 20
}
}
SettingsButton {
headline: qsTr("Version")
description: qsTr("ScreenPlay Build Version ") + ScreenPlay.settings.gitBuildHash
buttonText: qsTr("Open Changelog")
onButtonPressed: Qt.openUrlExternally("https://gitlab.com/kelteseth/ScreenPlay/-/releases")
}
SettingsHorizontalSeperator {}
SettingsButton {
headline: qsTr("Third Party Software")