File: demo_resources.qrc

package info (click to toggle)
qcodeeditor 1.0%2B1gitdc644d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: cpp: 2,502; xml: 731; python: 11; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<RCC>
    <qresource prefix="/">
        <file>styles/drakula.xml</file>
        <file>code_samples/cxx.cpp</file>
        <file>code_samples/shader.glsl</file>
        <file>code_samples/xml.xml</file>
        <file>code_samples/json.json</file>
        <file>code_samples/lua.lua</file>
        <file>code_samples/python.py</file>
    </qresource>
</RCC>