forked from xibeilang524/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.qrc
95 lines (95 loc) · 3.93 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
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
<RCC>
<qresource prefix="/">
<file>images/bringtofront.png</file>
<file>images/delete.png</file>
<file>images/linepointer.png</file>
<file>images/pointer.png</file>
<file>images/sendtoback.png</file>
<file>images/rotateRight.png</file>
<file>images/rotateLeft.png</file>
<file>images/square.png</file>
<file>images/rotate32.png</file>
<file>images/circle.png</file>
<file>images/ellipse.png</file>
<file>images/polygon.png</file>
<file>images/rectange.png</file>
<file>images/roundedrect.png</file>
<file>images/vectorbox.png</file>
<file>images/diamonds.png</file>
<file>images/text.png</file>
<file>images/new.png</file>
<file>images/open.png</file>
<file>images/clear.png</file>
<file>images/copy.png</file>
<file>images/paste.png</file>
<file>images/cut.png</file>
<file>images/save.png</file>
<file>images/editText.png</file>
<file>images/vectorLine.png</file>
<file>images/nodePort.png</file>
<file>images/edit.png</file>
<file>images/lock.png</file>
<file>images/unlock.png</file>
<file>images/dragable.png</file>
<file>images/drageunable.png</file>
<file>images/itemLock.png</file>
<file>images/clearPaste.png</file>
<file>images/redo.png</file>
<file>images/undo.png</file>
<file>images/fullscreen.png</file>
<file>images/exit_fullscreen.png</file>
<file>images/about.png</file>
<file>images/getsupport.png</file>
<file>images/arrow/leftArrow.png</file>
<file>images/arrow/leftLine.png</file>
<file>images/arrow/leftSolidTriangle.png</file>
<file>images/arrow/rightArrow.png</file>
<file>images/arrow/rightLine.png</file>
<file>images/arrow/rightSolidTriangle.png</file>
<file>images/parallelogram.png</file>
<file>images/backgroundRole.png</file>
<file>images/annotation.png</file>
<file>images/loop_down.png</file>
<file>images/loop_up.png</file>
<file>images/parallel.png</file>
<file>images/pageFlag.png</file>
<file>images/pageClose.png</file>
<file>images/pageClose_hover.png</file>
<file>images/editProp.png</file>
<file>images/buildmodel.png</file>
<file>images/simulate.png</file>
<file>images/database_refresh.png</file>
<file>images/database_view.png</file>
<file>images/simulate/step1.png</file>
<file>images/simulate/step1_over.png</file>
<file>images/simulate/step2.png</file>
<file>images/simulate/step2_over.png</file>
<file>images/simulate/step3.png</file>
<file>images/simulate/step3_over.png</file>
<file>images/simulate/step4.png</file>
<file>images/simulate/step4_over.png</file>
<file>images/simulate/step5.png</file>
<file>images/simulate/step5_over.png</file>
<file>images/simulate/step6.png</file>
<file>images/simulate/step6_over.png</file>
<file>images/simulate/step7.png</file>
<file>images/simulate/step7_over.png</file>
<file>images/simulate/step8.png</file>
<file>images/simulate/step8_over.png</file>
<file>images/simulate/step9.png</file>
<file>images/simulate/step9_over.png</file>
<file>images/softicon.png</file>
<file>images/softicon.ico</file>
<file>images/log.rc</file>
<file>images/nodeTriangle.png</file>
<file>images/State_End.png</file>
<file>images/State_Start.png</file>
<file>images/project.png</file>
<file>images/startup.png</file>
<file>images/nodeHalfCircleIn.png</file>
<file>images/nodeHalfCircleOut.png</file>
<file>images/startProcess.png</file>
<file>images/start.png</file>
<file>images/stop.png</file>
</qresource>
</RCC>