forked from MonthMoonBird/LabelRoboMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.qrc
40 lines (38 loc) · 1.32 KB
/
resource.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
28
29
30
31
32
33
34
35
36
37
38
39
40
<RCC>
<qresource prefix="/pic/tags">
<file>resource/G.svg</file>
<file>resource/5.svg</file>
<file>resource/4.svg</file>
<file>resource/3.svg</file>
<file>resource/2.svg</file>
<file>resource/1.svg</file>
<file>resource/O.svg</file>
<file>resource/Bs.svg</file>
<file>resource/Bb.svg</file>
<file>resource/Big.svg</file>
<file>resource/Small.svg</file>
<file>resource/B4.svg</file>
<file>resource/B3.svg</file>
<file>resource/B5.svg</file>
<file>resource/R.svg</file>
<file>resource/anti-wind.svg</file>
<file>resource/arrow.svg</file>
<file>resource/bottom.svg</file>
<file>resource/entrance.svg</file>
<file>resource/top.svg</file>
</qresource>
<qresource prefix="/nn">
<file>resource/model-opt.onnx</file>
<file>resource/model-opt-int8.xml</file>
<file>resource/model-opt-int8.bin</file>
</qresource>
<qresource prefix="/icon">
<file>resource/add.png</file>
<file>resource/auto.png</file>
<file>resource/auto-fix.png</file>
<file>resource/left-arrow.png</file>
<file>resource/right-arrow.png</file>
<file>resource/save.png</file>
<file>resource/directory.png</file>
</qresource>
</RCC>