Redesign logo and add credits

This commit is contained in:
Matti Viljanen 2022-08-28 00:54:29 +03:00
parent 5ba91376b7
commit b5c2002080
No known key found for this signature in database
GPG key ID: CF32A1495158F888
6 changed files with 15 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -144,6 +144,21 @@ Page {
onClicked: Qt.openUrlExternally("https://github.com/direc85/harbour-batterybuddy") onClicked: Qt.openUrlExternally("https://github.com/direc85/harbour-batterybuddy")
} }
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.secondaryColor
text: qsTr("A modified version of %1 by %2 in the emoji pack %3 is used in the logo. License: %4")
.arg("Battery emoji")
.arg("Vincent Le Moign")
.arg("Streamline")
.arg("Creative Commons Attribution 4.0")
}
ImageButton {
source: Qt.resolvedUrl("/usr/share/harbour-batterybuddy/images/battery-emoji-clipart-original.png")
onClicked: Qt.openUrlExternally("https://creazilla.com/nodes/49604-battery-emoji-clipart")
}
Item { Item {
width: parent.width width: parent.width
height: Theme.paddingMedium height: Theme.paddingMedium