-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathPyRunResources.qrc
More file actions
26 lines (26 loc) · 898 Bytes
/
PyRunResources.qrc
File metadata and controls
26 lines (26 loc) · 898 Bytes
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
<RCC>
<qresource prefix="/data">
<file>Icons/Clear.png</file>
<file>Icons/Terminal.png</file>
<file>Icons/Open.png</file>
<file>Icons/Save.png</file>
<file>Icons/Snippets.png</file>
<file>Icons/Run.png</file>
<file>Icons/Add.png</file>
<file>Icons/Load.png</file>
<file>Icons/Remove.png</file>
<file>Icons/PyRunImg.png</file>
<file>About.htm</file>
<file>Icons/Update.png</file>
<file>Features/autocomplete.txt</file>
<file>Icons/Test.png</file>
<file>Icons/Tute.png</file>
<file>Icons/TuteLoad.png</file>
<file>Icons/TuteFail.png</file>
<file>Icons/TutePass.png</file>
<file>Icons/Stop.png</file>
<file>ep_runner.py</file>
<file>ep_jedi.py</file>
</qresource>
<qresource prefix="/"/>
</RCC>