-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqml.qrc
More file actions
18 lines (18 loc) · 687 Bytes
/
qml.qrc
File metadata and controls
18 lines (18 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<RCC>
<qresource prefix="/">
<file>Source/view/main.qml</file>
<file>Source/view/InHouse.qml</file>
<file>Source/view/OutHouse.qml</file>
<file>Source/view/Statistics.qml</file>
<file>Source/view/QueryExpress.qml</file>
<file>resource/faceclassifier.xml</file>
<file>Source/view/Datepicker.qml</file>
<file>resource/arrow_down.png</file>
<file>resource/header.png</file>
<file>qtquickcontrols2.conf</file>
<file>resource/scaned.wav</file>
<file>resource/alreadyout.wav</file>
<file>resource/noempty.wav</file>
<file>resource/outsuccess.wav</file>
</qresource>
</RCC>