-
Notifications
You must be signed in to change notification settings - Fork 2
/
qml.qrc
27 lines (27 loc) · 916 Bytes
/
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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>BallContainer.qml</file>
<file>ExperimentTable.qml</file>
<file>MonkeyTree.qml</file>
<file>Ball.qml</file>
<file>BallsKit.qml</file>
<file>Button2.qml</file>
<file>properties.js</file>
<file>WeighingMachine.qml</file>
<file>main.cpp</file>
<file>images/cottonball.png</file>
<file>images/football.png</file>
<file>images/golfball.png</file>
<file>images/ironball.png</file>
<file>images/Ruler.png</file>
<file>images/scale.png</file>
<file>images/monkey.png</file>
<file>images/monkeyTail.png</file>
<file>images/monkeyTree.png</file>
<file>event_handler.js</file>
<file>Bubble.qml</file>
<file>images/bubble.png</file>
</qresource>
<qresource prefix="/images"/>
</RCC>