-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.qrc
executable file
·27 lines (27 loc) · 946 Bytes
/
res.qrc
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
<RCC>
<qresource prefix="/">
<file>image/button-.png</file>
<file>image/button-blue.png</file>
<file>image/button-green.png</file>
<file>image/button-purple.png</file>
<file>image/button-red.png</file>
<file>image/close.png</file>
<file>image/display.png</file>
<file>image/play.png</file>
<file>image/rec.png</file>
<file>image/sent.png</file>
<file>image/stenographer64.png</file>
<file>image/stenographer80.png</file>
<file>image/vector.svg</file>
<file>qml/Button.qml</file>
<file>qml/Log.qml</file>
<file>qml/main.qml</file>
<file>qml/Meter.qml</file>
<file>qml/Scrollable.qml</file>
<file>qml/ScrollBar.qml</file>
<file>qml/Stenographer.qml</file>
<file>qml/Tabs.qml</file>
<file>qml/Window.qml</file>
<file>qml/Spin.qml</file>
</qresource>
</RCC>