Make the looks a bit better of the About screen
This commit is contained in:
parent
ad787d09b1
commit
10f7098e60
5 changed files with 24 additions and 23 deletions
|
@ -51,16 +51,19 @@ Page {
|
||||||
smooth: true
|
smooth: true
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeLarge
|
font.pixelSize: Theme.fontSizeLarge
|
||||||
color: Theme.highlightColor
|
color: Theme.highlightColor
|
||||||
text: "SeaPrint v" + Qt.application.version
|
text: "SeaPrint v" + Qt.application.version
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
color: Theme.primaryColor
|
color: Theme.primaryColor
|
||||||
text: "© 2019 Anton Thomasson"
|
text: "© 2019 Anton Thomasson"
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
color: Theme.primaryColor
|
color: Theme.primaryColor
|
||||||
|
@ -78,20 +81,16 @@ Page {
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
text: qsTr("Rudi Timmermans - Code and Testing")
|
text: qsTr("Code and Testing - Rudi Timmermans")
|
||||||
}
|
}
|
||||||
|
|
||||||
SectionHeader { text: qsTr("Translations") }
|
SectionHeader { text: qsTr("Translations") }
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
text: qsTr("Chinese")+" - dashinfantry"
|
text: qsTr("Chinese")+" - dashinfantry\n"+
|
||||||
|
qsTr("French")+" - ensag-dev"
|
||||||
}
|
}
|
||||||
AboutLabel {
|
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
|
||||||
text: qsTr("French")+" - ensag-dev"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
SectionHeader { text: qsTr("Licensing") }
|
SectionHeader { text: qsTr("Licensing") }
|
||||||
|
|
||||||
|
@ -99,11 +98,13 @@ Page {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
text: qsTr("Source code is available at GitHub. Translations, bug reports and other contributions are welcome!")
|
text: qsTr("Source code is available at GitHub. Translations, bug reports and other contributions are welcome!")
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
text: "GitHub"
|
text: "GitHub"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
onClicked: Qt.openUrlExternally("https://github.com/attah/harbour-seaprint")
|
onClicked: Qt.openUrlExternally("https://github.com/attah/harbour-seaprint")
|
||||||
}
|
}
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
color: Theme.primaryColor
|
color: Theme.primaryColor
|
||||||
|
|
|
@ -31,10 +31,6 @@
|
||||||
<source>General contributions</source>
|
<source>General contributions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Rudi Timmermans - Code and Testing</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Translations</source>
|
<source>Translations</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -59,6 +55,10 @@
|
||||||
<source>French</source>
|
<source>French</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Code and Testing - Rudi Timmermans</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -31,10 +31,6 @@
|
||||||
<source>General contributions</source>
|
<source>General contributions</source>
|
||||||
<translation>Contribution générale</translation>
|
<translation>Contribution générale</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Rudi Timmermans - Code and Testing</source>
|
|
||||||
<translation>Rudi Timmermans - Code et test</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Translations</source>
|
<source>Translations</source>
|
||||||
<translation>Traductions</translation>
|
<translation>Traductions</translation>
|
||||||
|
@ -59,6 +55,10 @@
|
||||||
<source>French</source>
|
<source>French</source>
|
||||||
<translation>Française</translation>
|
<translation>Française</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Code and Testing - Rudi Timmermans</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -31,10 +31,6 @@
|
||||||
<source>General contributions</source>
|
<source>General contributions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Rudi Timmermans - Code and Testing</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Translations</source>
|
<source>Translations</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -59,6 +55,10 @@
|
||||||
<source>French</source>
|
<source>French</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Code and Testing - Rudi Timmermans</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -31,10 +31,6 @@
|
||||||
<source>General contributions</source>
|
<source>General contributions</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Rudi Timmermans - Code and Testing</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Translations</source>
|
<source>Translations</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -59,6 +55,10 @@
|
||||||
<source>French</source>
|
<source>French</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Code and Testing - Rudi Timmermans</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
Loading…
Reference in a new issue