-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuttonres.qrc
More file actions
34 lines (34 loc) · 1.06 KB
/
buttonres.qrc
File metadata and controls
34 lines (34 loc) · 1.06 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
<RCC>
<qresource prefix="/images">
<file>btn_cancel1.png</file>
<file>btn_confirm1.png</file>
<file>btn_down1.png</file>
<file>btn_find1.png</file>
<file>btn_left1.png</file>
<file>btn_map1.png</file>
<file>btn_right1.png</file>
<file>btn_up1.png</file>
<file>icon1.ico</file>
<file>btn_pgdn1.png</file>
<file>btn_pgup1.png</file>
<file>logo.png</file>
<file>btn_cancel2.png</file>
<file>btn_confirm2.png</file>
<file>btn_find2.png</file>
<file>btn_down2.png</file>
<file>btn_left2.png</file>
<file>btn_map2.png</file>
<file>btn_pgdn2.png</file>
<file>btn_pgup2.png</file>
<file>btn_right2.png</file>
<file>btn_up2.png</file>
<file>btn_down3.png</file>
<file>btn_left3.png</file>
<file>btn_right3.png</file>
<file>btn_up3.png</file>
</qresource>
<qresource prefix="/fonts">
<file>DroidSansFallback.ttf</file>
</qresource>
<qresource prefix="/"/>
</RCC>