Add donations link
This commit is contained in:
parent
7564408fb2
commit
6db05592da
6 changed files with 34 additions and 0 deletions
|
@ -65,6 +65,7 @@ Page {
|
||||||
text: "© 2019-2020 Anton Thomasson"
|
text: "© 2019-2020 Anton Thomasson"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
font.pixelSize: Theme.fontSizeSmall
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
color: Theme.primaryColor
|
color: Theme.primaryColor
|
||||||
|
@ -107,6 +108,19 @@ Page {
|
||||||
text: "poppler-utils - "+(ConvertChecker.pdf ? qsTr("Installed") : qsTr("Not installed"))
|
text: "poppler-utils - "+(ConvertChecker.pdf ? qsTr("Installed") : qsTr("Not installed"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SectionHeader { text: qsTr("Donations") }
|
||||||
|
|
||||||
|
AboutLabel {
|
||||||
|
font.pixelSize: Theme.fontSizeSmall
|
||||||
|
color: Theme.highlightColor
|
||||||
|
text: "paypal.me/AntonThomasson"
|
||||||
|
font.underline: true
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill:parent
|
||||||
|
onClicked: Qt.openUrlExternally("https://"+parent.text)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
SectionHeader { text: qsTr("Licensing") }
|
SectionHeader { text: qsTr("Licensing") }
|
||||||
|
|
||||||
AboutLabel {
|
AboutLabel {
|
||||||
|
|
|
@ -83,6 +83,10 @@
|
||||||
<source>Testing and Design Suggestions - piggz</source>
|
<source>Testing and Design Suggestions - piggz</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Donations</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -83,6 +83,10 @@
|
||||||
<source>Testing and Design Suggestions - piggz</source>
|
<source>Testing and Design Suggestions - piggz</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Donations</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -83,6 +83,10 @@
|
||||||
<source>Testing and Design Suggestions - piggz</source>
|
<source>Testing and Design Suggestions - piggz</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Donations</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -83,6 +83,10 @@
|
||||||
<source>Testing and Design Suggestions - piggz</source>
|
<source>Testing and Design Suggestions - piggz</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Donations</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
|
@ -83,6 +83,10 @@
|
||||||
<source>Testing and Design Suggestions - piggz</source>
|
<source>Testing and Design Suggestions - piggz</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Donations</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>AddPrinterDialog</name>
|
<name>AddPrinterDialog</name>
|
||||||
|
|
Loading…
Reference in a new issue