-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathqbreeze.qrc
98 lines (98 loc) · 3.99 KB
/
qbreeze.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<RCC>
<qresource prefix="qss_icons">
<file>dark/up_arrow_disabled.png</file>
<file>dark/Hmovetoolbar.png</file>
<file>dark/stylesheet-branch-end.png</file>
<file>dark/stylesheet-branch-end2.png</file>
<file>dark/branch_closed-on.png</file>
<file>dark/stylesheet-vline.png</file>
<file>dark/branch_closed.png</file>
<file>dark/branch_open-on.png</file>
<file>dark/transparent.png</file>
<file>dark/right_arrow_disabled.png</file>
<file>dark/sizegrip.png</file>
<file>dark/close.png</file>
<file>dark/close-hover.png</file>
<file>dark/close-pressed.png</file>
<file>dark/down_arrow.png</file>
<file>dark/down_arrow-on.png</file>
<file>dark/Vmovetoolbar.png</file>
<file>dark/left_arrow.png</file>
<file>dark/left_arrow-on.png</file>
<file>dark/stylesheet-branch-more.png</file>
<file>dark/stylesheet-branch-more2.png</file>
<file>dark/up_arrow.png</file>
<file>dark/up_arrow-on.png</file>
<file>dark/right_arrow.png</file>
<file>dark/right_arrow-on.png</file>
<file>dark/left_arrow_disabled.png</file>
<file>dark/Hsepartoolbar.png</file>
<file>dark/branch_open.png</file>
<file>dark/Vsepartoolbar.png</file>
<file>dark/down_arrow_disabled.png</file>
<file>dark/undock.png</file>
<file>dark/checkbox_checked_disabled.png</file>
<file>dark/checkbox_checked_focus.png</file>
<file>dark/checkbox_checked.png</file>
<file>dark/checkbox_indeterminate.png</file>
<file>dark/checkbox_indeterminate_focus.png</file>
<file>dark/checkbox_unchecked_disabled.png</file>
<file>dark/checkbox_unchecked_focus.png</file>
<file>dark/checkbox_unchecked.png</file>
<file>dark/radio_checked_disabled.png</file>
<file>dark/radio_checked_focus.png</file>
<file>dark/radio_checked.png</file>
<file>dark/radio_unchecked_disabled.png</file>
<file>dark/radio_unchecked_focus.png</file>
<file>dark/radio_unchecked.png</file>
<file>light/up_arrow_disabled.png</file>
<file>light/Hmovetoolbar.png</file>
<file>light/stylesheet-branch-end.png</file>
<file>light/stylesheet-branch-end2.png</file>
<file>light/branch_closed-on.png</file>
<file>light/stylesheet-vline.png</file>
<file>light/branch_closed.png</file>
<file>light/branch_open-on.png</file>
<file>light/transparent.png</file>
<file>light/right_arrow_disabled.png</file>
<file>light/sizegrip.png</file>
<file>light/close.png</file>
<file>light/close-hover.png</file>
<file>light/close-pressed.png</file>
<file>light/down_arrow.png</file>
<file>light/down_arrow-on.png</file>
<file>light/Vmovetoolbar.png</file>
<file>light/left_arrow.png</file>
<file>light/left_arrow-on.png</file>
<file>light/stylesheet-branch-more.png</file>
<file>light/stylesheet-branch-more2.png</file>
<file>light/up_arrow.png</file>
<file>light/up_arrow-on.png</file>
<file>light/right_arrow.png</file>
<file>light/right_arrow-on.png</file>
<file>light/left_arrow_disabled.png</file>
<file>light/Hsepartoolbar.png</file>
<file>light/branch_open.png</file>
<file>light/Vsepartoolbar.png</file>
<file>light/down_arrow_disabled.png</file>
<file>light/undock.png</file>
<file>light/checkbox_checked_disabled.png</file>
<file>light/checkbox_checked_focus.png</file>
<file>light/checkbox_checked.png</file>
<file>light/checkbox_indeterminate.png</file>
<file>light/checkbox_indeterminate_focus.png</file>
<file>light/checkbox_unchecked_disabled.png</file>
<file>light/checkbox_unchecked_focus.png</file>
<file>light/checkbox_unchecked.png</file>
<file>light/radio_checked_disabled.png</file>
<file>light/radio_checked_focus.png</file>
<file>light/radio_checked.png</file>
<file>light/radio_unchecked_disabled.png</file>
<file>light/radio_unchecked_focus.png</file>
<file>light/radio_unchecked.png</file>
</qresource>
<qresource prefix="qbreeze">
<file>dark.qss</file>
<file>light.qss</file>
</qresource>
</RCC>