File: main.qrc

package info (click to toggle)
units-filter 4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 936 kB
  • sloc: javascript: 9,068; yacc: 727; python: 381; makefile: 331; cpp: 226; xml: 88; perl: 19; sh: 2
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
<RCC>
  <qresource prefix="img">
    <file>check.png</file>
    <file>ok.png</file>
    <file>bad.png</file>
  </qresource>
  <qresource prefix="scalable">
    <file>units.svg</file>
  </qresource>
</RCC>