-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathResources.qrc
29 lines (29 loc) · 1.13 KB
/
Resources.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
<RCC>
<qresource prefix="/new/prefix1">
<file>images/starterImage.png</file>
</qresource>
<qresource prefix="/">
<file>images/starterImage.png</file>
<file>images/starterImageOff.png</file>
<file>images/edit.svg</file>
<file>images/trashcan.svg</file>
<file>images/export.svg</file>
<file>BitsAndDroidsLogo.ico</file>
<file>fonts/DSEG7Classic-Bold.ttf</file>
<file>fonts/DSEG7Classic-Regular.ttf</file>
<file>images/SwitchArrow.png</file>
<file>images/toggleDown.png</file>
<file>images/toggleUp.png</file>
<file>images/batterySwitch.png</file>
<file>images/batterySwitchOff.png</file>
<file>images/avionicsSwitchOff.png</file>
<file>images/avionicsSwitchOn.png</file>
<file>images/refreshicon.png</file>
<file>json/outputs.json</file>
<file>fonts/Roboto-Black.ttf</file>
<file>fonts/Roboto-Bold.ttf</file>
<file>fonts/Roboto-Regular.ttf</file>
<file>codegenerator/boards/boardimages/proMicroPinout.png</file>
<file>images/save.svg</file>
</qresource>
</RCC>