-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathresources.qrc
More file actions
23 lines (23 loc) · 1.02 KB
/
resources.qrc
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<RCC>
<qresource prefix="/">
<file>res/icons/gotify-tray++.ico</file>
<file>res/icons/qt.png</file>
<file>res/icons/tray.png</file>
<file>res/icons/tray-error.png</file>
<file>res/icons/tray-unread.png</file>
<file>res/themes/dark/refresh.svg</file>
<file>res/themes/dark/status_active.svg</file>
<file>res/themes/dark/status_connecting.svg</file>
<file>res/themes/dark/status_error.svg</file>
<file>res/themes/dark/status_inactive.svg</file>
<file>res/themes/dark/ServerInfoDialog.qss</file>
<file>res/themes/dark/trashcan.svg</file>
<file>res/themes/light/refresh.svg</file>
<file>res/themes/light/status_active.svg</file>
<file>res/themes/light/status_connecting.svg</file>
<file>res/themes/light/status_error.svg</file>
<file>res/themes/light/status_inactive.svg</file>
<file>res/themes/light/ServerInfoDialog.qss</file>
<file>res/themes/light/trashcan.svg</file>
</qresource>
</RCC>