forked from REDasmOrg/REDasm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.qrc
35 lines (35 loc) · 1.32 KB
/
resources.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<RCC>
<qresource prefix="/">
<file>res/logo.png</file>
<file>res/logo_big.png</file>
<file>res/light/about.png</file>
<file>res/light/back.png</file>
<file>res/light/database_import.png</file>
<file>res/light/database.png</file>
<file>res/light/forward.png</file>
<file>res/light/goto.png</file>
<file>res/light/graph.png</file>
<file>res/light/hex.png</file>
<file>res/light/listing.png</file>
<file>res/light/open.png</file>
<file>res/light/save.png</file>
<file>res/dark/about.png</file>
<file>res/dark/back.png</file>
<file>res/dark/database_import.png</file>
<file>res/dark/database.png</file>
<file>res/dark/forward.png</file>
<file>res/dark/goto.png</file>
<file>res/dark/graph.png</file>
<file>res/dark/hex.png</file>
<file>res/dark/listing.png</file>
<file>res/dark/open.png</file>
<file>res/dark/save.png</file>
<file>res/logo_big_dark.png</file>
</qresource>
<qresource prefix="/web">
<file alias="d3.js">web/d3.v5.min.js</file>
<file alias="dagre-d3.js">web/dagre-d3.min.js</file>
<file alias="dagre.js">web/dagre.min.js</file>
<file alias="graph.html">web/graph.html</file>
</qresource>
</RCC>