summaryrefslogtreecommitdiff
path: root/examples/quick/controls/gallery/resources.qrc
blob: 14e88e52bc304b17d08a3fe32dca21987d33f1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<RCC>
    <qresource prefix="/">
        <file>main.qml</file>
        <file>content/ChildWindow.qml</file>
        <file>content/Controls.qml</file>
        <file>content/ImageViewer.qml</file>
        <file>content/ModelView.qml</file>
        <file>content/Panel.qml</file>
        <file>content/Styles.qml</file>
        <file>images/document-open.png</file>
        <file>images/document-open@2x.png</file>
        <file>images/document-save-as.png</file>
        <file>images/document-save-as@2x.png</file>
        <file>images/folder_new.png</file>
        <file>images/page.png</file>
        <file>images/tab.png</file>
        <file>images/tab_selected.png</file>
        <file>images/window-new.png</file>
        <file>images/window-new@2x.png</file>
        <file>images/panel.png</file>
    </qresource>
</RCC>