-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqml.qrc
More file actions
23 lines (23 loc) · 834 Bytes
/
qml.qrc
File metadata and controls
23 lines (23 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>Page2Form.ui.qml</file>
<file>qtquickcontrols2.conf</file>
<file>TimerElement.qml</file>
<file>assets/timer/restart.png</file>
<file>assets/timer/stop.png</file>
<file>assets/timer/plus.png</file>
<file>assets/timer/play.png</file>
<file>assets/timer/play.svg</file>
<file>assets/timer/pause.svg</file>
<file>TestPage.qml</file>
<file>PageTimer.qml</file>
<file>PageTimerForm.ui.qml</file>
<file>TimerLogic.qml</file>
<file>assets/timer/tick.svg</file>
<file>assets/timer/cross.svg</file>
<file>assets/timer/plus.svg</file>
<file>assets/timer/restart.svg</file>
<file>assets/timer/stop.svg</file>
</qresource>
</RCC>