-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages.qrc
More file actions
48 lines (48 loc) · 1.63 KB
/
Copy pathimages.qrc
File metadata and controls
48 lines (48 loc) · 1.63 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
<RCC>
<qresource prefix="/icons">
<file>icon.png</file>
<file>data_normal.png</file>
<file>data_selected.png</file>
<file>gp_normal.png</file>
<file>gp_selected.png</file>
<file>result_normal.png</file>
<file>result_selected.png</file>
<file>setup_normal.png</file>
<file>setup_selected.png</file>
<file>pause_disabled.png</file>
<file>pause_normal.png</file>
<file>pause_selected.png</file>
<file>start_disabled.png</file>
<file>start_normal.png</file>
<file>start_selected.png</file>
<file>stop_disabled.png</file>
<file>stop_normal.png</file>
<file>stop_selected.png</file>
<file>add_normal.png</file>
<file>add_selected.png</file>
<file>cos_normal.png</file>
<file>cos_selected.png</file>
<file>divide_normal.png</file>
<file>divide_selected.png</file>
<file>exp_normal.png</file>
<file>exp_selected.png</file>
<file>log_normal.png</file>
<file>log_selected.png</file>
<file>multiply_normal.png</file>
<file>multiply_selected.png</file>
<file>sin_normal.png</file>
<file>sin_selected.png</file>
<file>substract_normal.png</file>
<file>substract_selected.png</file>
<file>down_arrow.png</file>
<file>up_arrow.png</file>
<file>icon_app</file>
<file>icon_app_big</file>
</qresource>
<qresource prefix="/fonts">
<file>Dosis-Medium.ttf</file>
</qresource>
<qresource prefix="/others">
<file>ROYAL.MAP</file>
</qresource>
</RCC>