-
Notifications
You must be signed in to change notification settings - Fork 2
/
resources.qrc
58 lines (58 loc) · 2.25 KB
/
resources.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
<RCC>
<qresource prefix="/">
<file>icons/dforms.svg</file>
<file>icons/weaving.png</file>
<file>icons/disp/displayVertex.png</file>
<file>icons/disp/dispGrid.png</file>
<file>icons/disp/flatShaded.png</file>
<file>icons/disp/highlightBridger.png</file>
<file>icons/disp/highlightCut.png</file>
<file>icons/disp/highlightNonPlanar.png</file>
<file>icons/disp/wireframe.png</file>
<file>icons/disp/wireframeOnShaded.png</file>
<file>icons/polygon/polycube.png</file>
<file>icons/polygon/polytetra.png</file>
<file>icons/polygon/polytorus.png</file>
<file>icons/bezier.png</file>
<file>icons/bind.png</file>
<file>icons/cl.png</file>
<file>icons/colormap.png</file>
<file>icons/cp.png</file>
<file>icons/cube.png</file>
<file>icons/fold.png</file>
<file>icons/hollow_multFlap.png</file>
<file>icons/hollow_oneFlap.png</file>
<file>icons/HollowSphere.png</file>
<file>icons/move.png</file>
<file>icons/original.png</file>
<file>icons/smooth.png</file>
<file>icons/rimface_3d.png</file>
<file>shaders/edge_fs.glsl</file>
<file>icons/camRoam.svg</file>
<file>icons/close.svg</file>
<file>icons/cut.svg</file>
<file>icons/export.svg</file>
<file>icons/extend.svg</file>
<file>icons/open.svg</file>
<file>icons/redo.svg</file>
<file>icons/reset.svg</file>
<file>icons/save.svg</file>
<file>icons/selEdge.svg</file>
<file>icons/selFace.svg</file>
<file>icons/selVert.svg</file>
<file>icons/undo.svg</file>
<file>shaders/edge_vs.glsl</file>
<file>shaders/face_fs.glsl</file>
<file>shaders/face_gs.glsl</file>
<file>shaders/face_vs.glsl</file>
<file>shaders/uid_fs.glsl</file>
<file>shaders/uid_vs.glsl</file>
<file>shaders/edge_gs.glsl</file>
<file>shaders/vtx_fs.glsl</file>
<file>shaders/vtx_vs.glsl</file>
<file>icons/unfolding.png</file>
<file>icons/unfolding_large.png</file>
<file>meshes/2-cube.obj</file>
<file>meshes/1-tetrahedron.obj</file>
</qresource>
</RCC>