summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-21 17:16:29 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-21 17:16:29 +0300
commitfa83ae1cf82d86307991418e70d9a51b219f082c (patch)
tree41a706fc038ae6317d31537e22146cc77be9741d /resources
parentAdd initial read-only emoji support (diff)
downloadnheko-fa83ae1cf82d86307991418e70d9a51b219f082c.tar.xz
Add logo icons
Diffstat (limited to 'resources')
-rw-r--r--resources/nheko-128.pngbin0 -> 5523 bytes
-rw-r--r--resources/nheko-16.pngbin0 -> 728 bytes
-rw-r--r--resources/nheko-256.pngbin0 -> 11395 bytes
-rw-r--r--resources/nheko-32.pngbin0 -> 1464 bytes
-rw-r--r--resources/nheko-512.pngbin0 -> 24776 bytes
-rw-r--r--resources/nheko-64.pngbin0 -> 2705 bytes
-rw-r--r--resources/nheko.pngbin0 -> 24776 bytes
-rw-r--r--resources/res.qrc10
8 files changed, 10 insertions, 0 deletions
diff --git a/resources/nheko-128.png b/resources/nheko-128.png
new file mode 100644

index 00000000..e65084ef --- /dev/null +++ b/resources/nheko-128.png
Binary files differdiff --git a/resources/nheko-16.png b/resources/nheko-16.png new file mode 100644
index 00000000..deb4449d --- /dev/null +++ b/resources/nheko-16.png
Binary files differdiff --git a/resources/nheko-256.png b/resources/nheko-256.png new file mode 100644
index 00000000..4f89112f --- /dev/null +++ b/resources/nheko-256.png
Binary files differdiff --git a/resources/nheko-32.png b/resources/nheko-32.png new file mode 100644
index 00000000..ec582489 --- /dev/null +++ b/resources/nheko-32.png
Binary files differdiff --git a/resources/nheko-512.png b/resources/nheko-512.png new file mode 100644
index 00000000..3c39b0be --- /dev/null +++ b/resources/nheko-512.png
Binary files differdiff --git a/resources/nheko-64.png b/resources/nheko-64.png new file mode 100644
index 00000000..768921c9 --- /dev/null +++ b/resources/nheko-64.png
Binary files differdiff --git a/resources/nheko.png b/resources/nheko.png new file mode 100644
index 00000000..3c39b0be --- /dev/null +++ b/resources/nheko.png
Binary files differdiff --git a/resources/res.qrc b/resources/res.qrc
index b90e4fe8..73700ee8 100644 --- a/resources/res.qrc +++ b/resources/res.qrc
@@ -13,6 +13,16 @@ <file>icons/power-button-off.png</file> </qresource> + <qresource prefix="/logos"> + <file>nheko.png</file> + <file>nheko-512.png</file> + <file>nheko-256.png</file> + <file>nheko-128.png</file> + <file>nheko-64.png</file> + <file>nheko-32.png</file> + <file>nheko-16.png</file> + </qresource> + <qresource prefix="/fonts"> <file>fonts/OpenSans/OpenSans-Light.ttf</file> <file>fonts/OpenSans/OpenSans-LightItalic.ttf</file>