-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmapview.qrc
48 lines (48 loc) · 1.85 KB
/
mapview.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
<RCC>
<qresource prefix="/">
<file>images/airport.png</file>
<file>images/airport2.png</file>
<file>images/airport3.png</file>
<file>images/airport4.png</file>
<file>images/airport5.png</file>
<file>images/arrow_down.png</file>
<file>images/arrow_left.png</file>
<file>images/arrow_right.png</file>
<file>images/arrow_up.png</file>
<file>images/cross.png</file>
<file>images/draw_select.png</file>
<file>images/fix.png</file>
<file>images/fromdb.png</file>
<file>images/idvisible.png</file>
<file>images/latlon.png</file>
<file>images/layer.png</file>
<file>images/layer_blue.png</file>
<file>images/mapedit.png</file>
<file>images/new.png</file>
<file>images/object_arc.png</file>
<file>images/object_circle.png</file>
<file>images/object_circle2.png</file>
<file>images/object_ellipse.png</file>
<file>images/object_line.png</file>
<file>images/object_polygon.png</file>
<file>images/object_polyline.png</file>
<file>images/object_rectangle.png</file>
<file>images/object_select.png</file>
<file>images/object_symbol.png</file>
<file>images/object_text.png</file>
<file>images/open.png</file>
<file>images/panel.png</file>
<file>images/panel_blue.png</file>
<file>images/pointdistance.png</file>
<file>images/quit.png</file>
<file>images/save.png</file>
<file>images/saveas.png</file>
<file>images/sethome.png</file>
<file>images/t_fix.png</file>
<file>images/todb.png</file>
<file>images/zoomin.png</file>
<file>images/zoomin_button.png</file>
<file>images/zoomout.png</file>
<file>images/zoomout_button.png</file>
</qresource>
</RCC>