-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResourceFile.qrc
83 lines (83 loc) · 4.17 KB
/
ResourceFile.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<RCC>
<qresource prefix="/img">
<file>images/btn_close.png</file>
<file>images/btn_ok.png</file>
<file>images/msg_error.png</file>
<file>images/msg_info.png</file>
<file>images/msg_question.png</file>
</qresource>
<qresource prefix="/qss">
<file>qss/blacksoft.css</file>
<file>qss/flatgray.css</file>
<file>qss/lightblue.css</file>
<file>qss/blacksoft/add_bottom.png</file>
<file>qss/blacksoft/add_left.png</file>
<file>qss/blacksoft/add_right.png</file>
<file>qss/blacksoft/add_top.png</file>
<file>qss/blacksoft/arrow_bottom.png</file>
<file>qss/blacksoft/arrow_left.png</file>
<file>qss/blacksoft/arrow_right.png</file>
<file>qss/blacksoft/arrow_top.png</file>
<file>qss/blacksoft/branch_close.png</file>
<file>qss/blacksoft/branch_open.png</file>
<file>qss/blacksoft/calendar_nextmonth.png</file>
<file>qss/blacksoft/calendar_prevmonth.png</file>
<file>qss/blacksoft/checkbox_checked.png</file>
<file>qss/blacksoft/checkbox_checked_disable.png</file>
<file>qss/blacksoft/checkbox_parcial.png</file>
<file>qss/blacksoft/checkbox_parcial_disable.png</file>
<file>qss/blacksoft/checkbox_unchecked.png</file>
<file>qss/blacksoft/checkbox_unchecked_disable.png</file>
<file>qss/blacksoft/menu_checked.png</file>
<file>qss/blacksoft/radiobutton_checked.png</file>
<file>qss/blacksoft/radiobutton_checked_disable.png</file>
<file>qss/blacksoft/radiobutton_unchecked.png</file>
<file>qss/blacksoft/radiobutton_unchecked_disable.png</file>
<file>qss/flatgray/add_bottom.png</file>
<file>qss/flatgray/add_left.png</file>
<file>qss/flatgray/add_right.png</file>
<file>qss/flatgray/add_top.png</file>
<file>qss/flatgray/arrow_bottom.png</file>
<file>qss/flatgray/arrow_left.png</file>
<file>qss/flatgray/arrow_right.png</file>
<file>qss/flatgray/arrow_top.png</file>
<file>qss/flatgray/branch_close.png</file>
<file>qss/flatgray/branch_open.png</file>
<file>qss/flatgray/calendar_nextmonth.png</file>
<file>qss/flatgray/calendar_prevmonth.png</file>
<file>qss/flatgray/checkbox_checked.png</file>
<file>qss/flatgray/checkbox_checked_disable.png</file>
<file>qss/flatgray/checkbox_parcial.png</file>
<file>qss/flatgray/checkbox_parcial_disable.png</file>
<file>qss/flatgray/checkbox_unchecked.png</file>
<file>qss/flatgray/checkbox_unchecked_disable.png</file>
<file>qss/flatgray/menu_checked.png</file>
<file>qss/flatgray/radiobutton_checked.png</file>
<file>qss/flatgray/radiobutton_checked_disable.png</file>
<file>qss/flatgray/radiobutton_unchecked.png</file>
<file>qss/flatgray/radiobutton_unchecked_disable.png</file>
<file>qss/lightblue/add_bottom.png</file>
<file>qss/lightblue/add_left.png</file>
<file>qss/lightblue/add_right.png</file>
<file>qss/lightblue/add_top.png</file>
<file>qss/lightblue/arrow_bottom.png</file>
<file>qss/lightblue/arrow_left.png</file>
<file>qss/lightblue/arrow_right.png</file>
<file>qss/lightblue/arrow_top.png</file>
<file>qss/lightblue/branch_close.png</file>
<file>qss/lightblue/branch_open.png</file>
<file>qss/lightblue/calendar_nextmonth.png</file>
<file>qss/lightblue/calendar_prevmonth.png</file>
<file>qss/lightblue/checkbox_checked.png</file>
<file>qss/lightblue/checkbox_checked_disable.png</file>
<file>qss/lightblue/checkbox_parcial.png</file>
<file>qss/lightblue/checkbox_parcial_disable.png</file>
<file>qss/lightblue/checkbox_unchecked.png</file>
<file>qss/lightblue/checkbox_unchecked_disable.png</file>
<file>qss/lightblue/menu_checked.png</file>
<file>qss/lightblue/radiobutton_checked.png</file>
<file>qss/lightblue/radiobutton_checked_disable.png</file>
<file>qss/lightblue/radiobutton_unchecked.png</file>
<file>qss/lightblue/radiobutton_unchecked_disable.png</file>
</qresource>
</RCC>