-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathicons.qrc
36 lines (36 loc) · 1.33 KB
/
icons.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
<RCC>
<qresource prefix="/icons"/>
<qresource prefix="/">
<file>icons/cage.png</file>
<file>icons/camera.png</file>
<file>icons/cross.png</file>
<file>icons/help.png</file>
<file>icons/help2.png</file>
<file>icons/open.png</file>
<file>icons/open_cage.png</file>
<file>icons/open_camera.png</file>
<file>icons/open_scalar.png</file>
<file>icons/open_skeleton.png</file>
<file>icons/question.png</file>
<file>icons/RectangleSelection.png</file>
<file>icons/save.png</file>
<file>icons/save_snapshot.png</file>
<file>icons/text.png</file>
<file>icons/textErase.png</file>
<file>icons/textInsertHLine.png</file>
<file>icons/texture.png</file>
<file>icons/work.png</file>
<file>icons/pipeline.png</file>
<file>icons/generateRandom.png</file>
<file>icons/startFromScratch.png</file>
<file>icons/hideShowHull.png</file>
<file>icons/hideShowMesh.png</file>
<file>icons/hideShowSpheres.png</file>
<file>icons/catmull.png</file>
<file>icons/evolve.png</file>
<file>icons/fairing.png</file>
<file>icons/interpolate.png</file>
<file>icons/stitch.png</file>
<file>icons/hideShowNormals.png</file>
</qresource>
</RCC>