-
Notifications
You must be signed in to change notification settings - Fork 196
/
Copy pathImages.qrc
24 lines (24 loc) · 835 Bytes
/
Images.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
<RCC>
<qresource prefix="/">
<file>images/breakpoint.png</file>
<file>images/build.png</file>
<file>images/copy.png</file>
<file>images/cut.png</file>
<file>images/debug.png</file>
<file>images/debugLine.png</file>
<file>images/mainIcon.png</file>
<file>images/new.png</file>
<file>images/open.png</file>
<file>images/paste.png</file>
<file>images/run.png</file>
<file>images/save.png</file>
<file>images/smallIcon.png</file>
<file>images/stop.png</file>
<file>images/continue.png</file>
<file>images/redo.png</file>
<file>images/stepinto.png</file>
<file>images/stepover.png</file>
<file>images/undo.png</file>
<file>images/debugPause.png</file>
</qresource>
</RCC>