-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrc.qrc
More file actions
21 lines (21 loc) · 725 Bytes
/
src.qrc
File metadata and controls
21 lines (21 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<RCC>
<qresource prefix="/source">
<file>source/exit.png</file>
<file>source/Icon-mouse.png</file>
<file>source/Icon-brush.png</file>
<file>source/background.png</file>
<file>source/circle.png</file>
<file>source/color.png</file>
<file>source/curve.png</file>
<file>source/line.png</file>
<file>source/oval.png</file>
<file>source/polygon.png</file>
<file>source/rectangle.png</file>
<file>source/input.png</file>
<file>source/save.png</file>
<file>source/resize.png</file>
<file>source/drag.png</file>
<file>source/reset.png</file>
<file>source/pen.png</file>
</qresource>
</RCC>