-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
32 lines (32 loc) · 1.18 KB
/
qml.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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qtquickcontrols2.conf</file>
<file>ProductTable.qml</file>
<file>GeneralDelegate.qml</file>
<file>SearchTable.qml</file>
<file>res/columns.csv</file>
<file>res/icons/back.png</file>
<file>res/icons/clear.png</file>
<file>res/icons/home.png</file>
<file>res/icons/more_horiz.png</file>
<file>res/icons/more_vert.png</file>
<file>res/icons/search.png</file>
<file>GroupsSearch.qml</file>
<file>res/icons/sort.png</file>
<file>ParametersActivity.qml</file>
<file>MainActivity.qml</file>
<file>ComponentsModel.qml</file>
<file>ComponentsActivity.qml</file>
<file>GroupsActivity.qml</file>
<file>ComponentsSearch.qml</file>
<file>res/composants.png</file>
<file>res/Table_Ciqual_2016_converted.csv</file>
<file>res/groupes.jpg</file>
<file>res/columns.json</file>
<file>AdvancedSearchActivity.qml</file>
<file>res/icons/compare.png</file>
<file>CompareActivity.qml</file>
<file>ProductData.qml</file>
</qresource>
</RCC>