forked from machinekit/Machineface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqml.qrc
More file actions
38 lines (38 loc) · 1.89 KB
/
Copy pathqml.qrc
File metadata and controls
38 lines (38 loc) · 1.89 KB
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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Machineface/Machineface.qml</file>
<file>Machineface/description.ini</file>
<file>Machineface/ButtonJog.qml</file>
<file>Machineface/CustomStyle.qml</file>
<file>Machineface/JogSpeeds.qml</file>
<file>Machineface/DisplayPanel.qml</file>
<file>Machineface/PreviewTab.qml</file>
<file>Machineface/ExtrasTab.qml</file>
<file>Machineface/JogControlTab.qml</file>
<file>Machineface/ApplicationToolBar.qml</file>
<file>Machineface/MdiTab.qml</file>
<file>Machineface/GCodeTab.qml</file>
<file>Machineface/SettingsTab.qml</file>
<file>Machineface/icons/ic_cancel_white_48dp.png</file>
<file>Machineface/icons/ic_report_white_48dp.png</file>
<file>Machineface/icons/ic_settings_power_white_48dp.png</file>
<file>Machineface/icons/ic_folder_open_white_48dp.png</file>
<file>Machineface/icons/ic_refresh_white_48dp.png</file>
<file>Machineface/icons/ic_play_arrow_white_48dp.png</file>
<file>Machineface/icons/ic_skip_next_white_48dp.png</file>
<file>Machineface/icons/ic_stop_white_48dp.png</file>
<file>Machineface/icons/ic_pause_white_48dp.png</file>
<file>Machineface/ToggleSettingCheck.qml</file>
<file>Machineface/OverlayDialog.qml</file>
<file>Machineface/icons/material-icon-font.ttf</file>
<file>Machineface/icons/ic_info_outline_white_48dp.png</file>
<file>Machineface/AboutDialog.qml</file>
<file>Machineface/icons/ic_home_black_48dp.png</file>
<file>Machineface/TemperatureControl.qml</file>
<file>Machineface/FanControl.qml</file>
<file>Machineface/LightControl.qml</file>
<file>Machineface/VelocityExtrudingControl.qml</file>
<file>Machineface/GantryConfigControl.qml</file>
</qresource>
</RCC>