File: testdata.qrc

package info (click to toggle)
qtwebview-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,044 kB
  • sloc: cpp: 3,090; java: 423; ansic: 17; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<RCC>
    <qresource prefix="/">
        <file>scroll.html</file>
        <file>basic_page.html</file>
        <file>basic_page2.html</file>
        <file>direct-image-compositing.html</file>
        <file>inputmethod.html</file>
    </qresource>
    <qresource prefix="/resources">
        <file>resources/simple_image.png</file>
    </qresource>
</RCC>