-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResources.qrc
40 lines (40 loc) · 2.11 KB
/
Resources.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="/images"/>
<qresource prefix="/fonts"/>
<qresource prefix="/">
<file>data/klipper_commands.json</file>
<file>fonts/digital-7(mono).ttf</file>
<file>images/controlmask.png</file>
<file>images/flo_beta.png</file>
<file>images/icons8-chevron-down-16.png</file>
<file>images/icons8-chevron-down-64.png</file>
<file>images/icons8-chevron-up-64.png</file>
<file>images/loading.gif</file>
<file>images/loading 2.gif</file>
<file>images/loading_small_1a87c5.gif</file>
<file>images/loading_widget.gif</file>
<file>images/ui/toolhead/x_down_control_image.png</file>
<file>images/ui/toolhead/x_up_control_image.png</file>
<file>images/ui/toolhead/y_down_control_image.png</file>
<file>images/ui/toolhead/y_up_control_image.png</file>
<file>images/ui/toolhead/z_down_control_image.png</file>
<file>images/ui/toolhead/z_up_control_image.png</file>
<file>images/ui/toolhead/x_down_control_image_clicked.png</file>
<file>images/ui/toolhead/x_down_control_image_hover.png</file>
<file>images/ui/toolhead/x_up_control_image_clicked.png</file>
<file>images/ui/toolhead/x_up_control_image_hover.png</file>
<file>images/ui/toolhead/y_down_control_image_clicked.png</file>
<file>images/ui/toolhead/y_down_control_image_hover.png</file>
<file>images/ui/toolhead/y_up_control_image_clicked.png</file>
<file>images/ui/toolhead/y_up_control_image_hover.png</file>
<file>images/ui/toolhead/z_down_control_image_clicked.png</file>
<file>images/ui/toolhead/z_down_control_image_hover.png</file>
<file>images/ui/toolhead/z_up_control_image_clicked.png</file>
<file>images/ui/toolhead/z_up_control_image_hover.png</file>
<file>images/ui/toolhead/home_clicked.png</file>
<file>images/ui/toolhead/home_default.png</file>
<file>images/ui/toolhead/home_hover.png</file>
<file>images/ui/filebrowser/no_gcode_thumbnail.png</file>
<file>data/default.zip</file>
</qresource>
</RCC>