-
Notifications
You must be signed in to change notification settings - Fork 0
/
res.qrc
68 lines (68 loc) · 2.34 KB
/
res.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
<RCC>
<qresource prefix="/Shape">
<file>Shape/point_clicked.png</file>
<file>Shape/curve.png</file>
<file>Shape/rectangle.png</file>
<file>Shape/text.png</file>
<file>Shape/cross.png</file>
<file>Shape/drag.png</file>
<file>Shape/movable.png</file>
<file>Shape/ellipse.png</file>
<file>Shape/line.png</file>
<file>Shape/point.png</file>
<file>Shape/clock.png</file>
<file>Shape/crosshairs.png</file>
</qresource>
<qresource prefix="/Icon">
<file>Icon/editor.png</file>
<file>Icon/input.png</file>
<file>Icon/ruler.png</file>
<file>Icon/locate.png</file>
<file>Icon/delete.png</file>
<file>Icon/save.png</file>
<file>Icon/save_as.png</file>
<file>Icon/open.png</file>
<file>Icon/new.png</file>
<file>Icon/cad.png</file>
<file>Icon/publish.png</file>
<file>Icon/print.png</file>
<file>Icon/close-file.png</file>
<file>Icon/close-folder.png</file>
<file>Icon/exit.png</file>
<file>Icon/close.png</file>
<file>Icon/gph.png</file>
<file>Icon/reset.png</file>
<file>Icon/pdf.png</file>
<file>Icon/svg.png</file>
<file>Icon/picture.png</file>
<file>Icon/copy.png</file>
<file>Icon/paste.png</file>
<file>Icon/info.png</file>
<file>Icon/cut.png</file>
<file>Icon/rotate.png</file>
<file>Icon/start.png</file>
<file>Icon/style.png</file>
<file>Icon/image.png</file>
<file>Icon/zoom_in.png</file>
<file>Icon/zoom_out.png</file>
<file>Icon/fill.png</file>
<file>Icon/movable.png</file>
<file>Icon/translate.png</file>
<file>Icon/brush.png</file>
<file>Icon/mirrorX.png</file>
<file>Icon/mirrorY.png</file>
<file>Icon/normal.png</file>
<file>Icon/Draw.png</file>
<file>Icon/full.png</file>
<file>Icon/widget.png</file>
<file>Icon/about.png</file>
<file>Icon/help.png</file>
<file>Icon/empty.png</file>
<file>Icon/smartzoom.png</file>
<file>Icon/areazoom.png</file>
<file>Icon/stretch.png</file>
<file>Icon/angle.png</file>
<file>Icon/undo.png</file>
<file>Icon/tick.png</file>
</qresource>
</RCC>