Merge pull request #12 from Xray1870/master
Make the looks a bit better of the About screen
This commit is contained in:
commit
7b056d562d
5 changed files with 24 additions and 23 deletions
|
@ -51,16 +51,19 @@ Page {
|
|||
smooth: true
|
||||
asynchronous: true
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeLarge
|
||||
color: Theme.highlightColor
|
||||
text: "SeaPrint v" + Qt.application.version
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.primaryColor
|
||||
text: "© 2019 Anton Thomasson"
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.primaryColor
|
||||
|
@ -78,20 +81,16 @@ Page {
|
|||
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("Rudi Timmermans - Code and Testing")
|
||||
text: qsTr("Code and Testing - Rudi Timmermans")
|
||||
}
|
||||
|
||||
SectionHeader { text: qsTr("Translations") }
|
||||
|
||||
AboutLabel {
|
||||
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") }
|
||||
|
||||
|
@ -99,11 +98,13 @@ Page {
|
|||
font.pixelSize: Theme.fontSizeSmall
|
||||
text: qsTr("Source code is available at GitHub. Translations, bug reports and other contributions are welcome!")
|
||||
}
|
||||
|
||||
Button {
|
||||
text: "GitHub"
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
onClicked: Qt.openUrlExternally("https://github.com/attah/harbour-seaprint")
|
||||
}
|
||||
|
||||
AboutLabel {
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: Theme.primaryColor
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
<source>General contributions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rudi Timmermans - Code and Testing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -59,6 +55,10 @@
|
|||
<source>French</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code and Testing - Rudi Timmermans</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
<source>General contributions</source>
|
||||
<translation>Contribution générale</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rudi Timmermans - Code and Testing</source>
|
||||
<translation>Rudi Timmermans - Code et test</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translations</source>
|
||||
<translation>Traductions</translation>
|
||||
|
@ -59,6 +55,10 @@
|
|||
<source>French</source>
|
||||
<translation>Française</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code and Testing - Rudi Timmermans</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
<source>General contributions</source>
|
||||
<translation>一般贡献</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rudi Timmermans - Code and Testing</source>
|
||||
<translation>Rudi Timmermans-代码及测试</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translations</source>
|
||||
<translation>翻译</translation>
|
||||
|
@ -59,6 +55,10 @@
|
|||
<source>French</source>
|
||||
<translation><法语/translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code and Testing - Rudi Timmermans</source>
|
||||
<translation type="unfinished">代码及测试 - Rudi Timmermans</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
|
@ -31,10 +31,6 @@
|
|||
<source>General contributions</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rudi Timmermans - Code and Testing</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Translations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -59,6 +55,10 @@
|
|||
<source>French</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Code and Testing - Rudi Timmermans</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>AddPrinterDialog</name>
|
||||
|
|
Loading…
Reference in a new issue