forked from CybrixSystems/Qnapi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathresources.qrc
More file actions
23 lines (23 loc) · 974 Bytes
/
resources.qrc
File metadata and controls
23 lines (23 loc) · 974 Bytes
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="/icon">
<file alias="opensubtitles">res/opensubtitles.gif</file>
<file alias="qnapi-22-mono">res/qnapi-22-mono.png</file>
<file alias="qnapi-48-icon">res/qnapi-48-icon.png</file>
<file alias="qnapi-48">res/qnapi-48.png</file>
<file alias="qnapi">res/qnapi.png</file>
</qresource>
<qresource prefix="/languages">
<file alias="pl">res/pl.gif</file>
<file alias="en">res/en.gif</file>
</qresource>
<qresource prefix="/ui">
<file alias="folder">res/folder.png</file>
<file alias="arrow_down">res/arrow_down.png</file>
<file alias="arrow_up">res/arrow_up.png</file>
<file alias="wrench">res/wrench.png</file>
<file alias="info">res/information.png</file>
<file alias="film">res/film.png</file>
<file alias="accept">res/accept.png</file>
<file alias="exclamation">res/exclamation.png</file>
</qresource>
</RCC>