File: resources.qrc

package info (click to toggle)
openmsx-debugger 0.1~git20160326-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,036 kB
  • ctags: 1,708
  • sloc: cpp: 11,862; python: 518; sh: 45; makefile: 13
file content (21 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
    <file>icons/openMSX-debugger-logo-256.png</file>
    <file>icons/connect.png</file>
    <file>icons/disconnect.png</file>
    <file>icons/pause.png</file>
    <file>icons/break.png</file>
    <file>icons/run.png</file>
    <file>icons/stepinto.png</file>
    <file>icons/stepover.png</file>
    <file>icons/runto.png</file>
    <file>icons/stepout.png</file>
    <file>icons/stepback.png</file>
    <file>icons/breakpoint.png</file>
    <file>icons/watchpoint.png</file>
    <file>icons/pcarrow.png</file>
    <file>icons/symmanager.png</file>
    <file>icons/symman.png</file>
    <file>icons/symfil.png</file>
</qresource>
</RCC>