-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.qrc
More file actions
30 lines (30 loc) · 1.15 KB
/
Copy pathresource.qrc
File metadata and controls
30 lines (30 loc) · 1.15 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
<RCC>
<qresource prefix="/logo"/>
<qresource prefix="/">
<file>res/qss/homewindow.css</file>
<file>res/array_down.png</file>
<file>res/checkbox_checked.png</file>
<file>res/checkbox_checked_disable.png</file>
<file>res/checkbox_parcial.png</file>
<file>res/checkbox_parcial_disable.png</file>
<file>res/checkbox_unchecked.png</file>
<file>res/checkbox_unchecked_disable.png</file>
<file>res/radio_normal.png</file>
<file>res/radio_selected.png</file>
<file>res/radiobutton_checked.png</file>
<file>res/radiobutton_checked_disable.png</file>
<file>res/radiobutton_unchecked.png</file>
<file>res/audio_logo.png</file>
<file>res/audio_muted.png</file>
<file>res/play.png</file>
<file>res/pause.png</file>
<file>res/stop.png</file>
<file>res/forwardFastBtn.png</file>
<file>res/backFastBtn.png</file>
<file>res/screenBtn.png</file>
<file>res/prevBtn.png</file>
<file>res/nextBtn.png</file>
<file>res/qss/grey.css</file>
<file>res/fullscreen.png</file>
</qresource>
</RCC>