-
Notifications
You must be signed in to change notification settings - Fork 6
/
icons.qrc
37 lines (37 loc) · 1.44 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
37
<RCC>
<qresource prefix="/">
<file>icons/cancel_Icon.png</file>
<file>icons/copy_Icon.png</file>
<file>icons/editor_Icon.png</file>
<file>icons/newProject_Icon.png</file>
<file>icons/openProject_Icon.png</file>
<file>icons/past_Icon.png</file>
<file>icons/quit_Icon.png</file>
<file>icons/save_Icon.png</file>
<file>icons/icon_fullscreen.png</file>
<file>icons/icon_launch.png</file>
<file>icons/icon_layer0.png</file>
<file>icons/icon_layer1.png</file>
<file>icons/icon_layer2.png</file>
<file>icons/icon_layer3.png</file>
<file>icons/icon_layerEvent.png</file>
<file>icons/icon_music.png</file>
<file>icons/icon_pen.png</file>
<file>icons/icon_prog1.png</file>
<file>icons/icon_prog2.png</file>
<file>icons/icon_prog3.png</file>
<file>icons/icon_prog4.png</file>
<file>icons/icon_rect.png</file>
<file>icons/icon_selection.png</file>
<file>icons/icon_blocking.png</file>
<file>icons/icon_penpath.png</file>
<file>icons/icon_eye.png</file>
<file>icons/icon_eye_crossed.png</file>
<file>icons/icon_pen_2.png</file>
<file>icons/icon_eraser.png</file>
<file>icons/Cut_icon.png</file>
<file>icons/Redo_icon.png</file>
<file>icons/Undo_icon.png</file>
<file>icons/close_icon_red.png</file>
</qresource>
</RCC>