blob: 9ef9255f1bb184bea1d67f957d01522d341ceb3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<RCC>
<qresource prefix="/wizard_pixmaps">
<file>resources/intro-high.png</file>
<file>resources/intro-low.png</file>
<file>resources/network-low.png</file>
<file>resources/network-high.png</file>
<file>resources/software-high.png</file>
<file>resources/software-low.png</file>
<file alias="resources/status-current-high.svg">../../assets/status-current-high.svg</file>
<file alias="resources/status-current-low.svg">../../assets/status-current-low.svg</file>
<file alias="resources/status-issue-high.svg">../../assets/status-issue-high.svg</file>
<file alias="resources/status-issue-low.svg">../../assets/status-issue-low.svg</file>
<file alias="resources/status-success-high.svg">../../assets/status-success-high.svg</file>
<file alias="resources/status-success-low.svg">../../assets/status-success-low.svg</file>
</qresource>
<qresource prefix="/wizard_help">
<file>resources/intro-help.txt</file>
<file>resources/input-help.txt</file>
<file>resources/partition-help.txt</file>
<file>resources/firmware-help.txt</file>
<file>resources/network-start-help.txt</file>
<file>resources/network-iface-help.txt</file>
<file>resources/network-dhcp-help.txt</file>
<file>resources/datetime-help.txt</file>
<file>resources/hostname-help.txt</file>
<file>resources/packages-simple-help.txt</file>
</qresource>
<qresource prefix="/">
<file alias="horizon-256.png">../../assets/horizon-256.png</file>
</qresource>
</RCC>
|