blob: 8fb26e797e4d78fc36d5248837ab69850722a3ae (
plain)
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
32
|
<RCC>
<qresource prefix="/">
<file>qml/Viper/main.qml</file>
<file>qml/Viper/Button.qml</file>
<file>qml/Viper/ProgressBar.qml</file>
<file>qml/Viper/Slider.qml</file>
<file>qml/Viper/utils.js</file>
<file>qml/Viper/ControlPanel.qml</file>
<file>qml/Viper/VideoCodec.qml</file>
<file>qml/Viper/DelegateItem.qml</file>
<file>qml/images/qt-logo.png</file>
<file>qml/images/Slider_bar.png</file>
<file>qml/images/Slider_handle.png</file>
<file>qml/Viper/GraphPanel.qml</file>
<file>qml/images/fullscreen.svg</file>
<file>qml/images/pause.svg</file>
<file>qml/images/play.svg</file>
<file>qml/images/stop.svg</file>
<file>qml/images/repeat.png</file>
<file>qml/images/repeat-selected.png</file>
<file>qml/images/fullscreen.png</file>
<file>qml/images/fullscreen-selected.png</file>
<file>qml/Viper/Options.qml</file>
<file>qml/images/options-selected.png</file>
<file>qml/images/options.png</file>
<file>qml/images/graph-selected.png</file>
<file>qml/images/graph.png</file>
<file>qml/Viper/OptionConnections.qml</file>
<file>qml/images/option-connections-selected.png</file>
<file>qml/images/option-connections.png</file>
</qresource>
</RCC>
|