forked from EBSP-Indexer/EBSP-Indexer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.qrc
executable file
·27 lines (27 loc) · 1.3 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
<RCC>
<qresource prefix="icons">
<file alias="app_icon.ico">resources/ebsd_gui.ico</file>
</qresource>
<qresource prefix="linea_basic">
<file alias="lightbulb.svg">resources/linea_basic_icons/basic_lightbulb.svg</file>
<file>resources/linea_basic_icons/basic_ban.svg</file>
<file>resources/linea_basic_icons/basic_picture.svg</file>
<file>resources/linea_basic_icons/basic_gear.svg</file>
<file>resources/linea_basic_icons/basic_folder.svg</file>
<file>resources/linea_basic_icons/basic_trashcan.svg</file>
<file>resources/linea_basic_icons/basic_clock.svg</file>
</qresource>
<qresource prefix="linea_arrows">
<file>resources/linea_arrows_icons/arrows_right.svg</file>
<file>resources/linea_arrows_icons/arrows_up.svg</file>
<file>resources/linea_arrows_icons/arrows_down.svg</file>
<file>resources/linea_arrows_icons/arrows_remove.svg</file>
<file>resources/linea_arrows_icons/arrows_circle_remove.svg</file>
<file>resources/linea_arrows_icons/arrows_circle_check.svg</file>
<file>resources/linea_arrows_icons/arrows_exclamation.svg</file>
</qresource>
<qresource prefix="linea_software">
<file>resources/linea_software_icons/software_scale_expand.svg</file>
<file>resources/linea_software_icons/software_scale_reduce.svg</file>
</qresource>
</RCC>