-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIcons.qrc
23 lines (23 loc) · 833 Bytes
/
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
<RCC>
<qresource prefix="/Artwork">
<file>Icons/Banner.png</file>
<file>Icons/Logo.png</file>
<file>Icons/BannerSmall.png</file>
<file>Icons/GPLv3Logo.png</file>
<file>Icons/GPLv3LogoSmall.png</file>
</qresource>
<qresource prefix="/Controls">
<file>Icons/Controls/Break_Button.png</file>
<file>Icons/Controls/Continue_Button.png</file>
<file>Icons/Controls/Next_Line_Button.png</file>
<file>Icons/Controls/Restart_Button.png</file>
<file>Icons/Controls/Send_Button.png</file>
<file>Icons/Controls/Start_Button.png</file>
<file>Icons/Controls/Step_Into_Button.png</file>
<file>Icons/Controls/Step_Over_Button.png</file>
<file>Icons/Controls/Stop_Button.png</file>
</qresource>
<qresource prefix="/Tutorials">
<file>Icons/Tutorials/How_to_Use.gif</file>
</qresource>
</RCC>