-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpictures.qrc
19 lines (19 loc) · 953 Bytes
/
pictures.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
<qresource prefix="/pic">
<file alias="shield">pictures/Shield.png</file>
<file alias="power">pictures/Shutdown.png</file>
<file alias="settings">pictures/Settings.png</file>
<file alias="close">pictures/Close.png</file>
<file alias="filler">pictures/Vector.png</file>
<file alias="lock">pictures/lock.png</file>
<file alias="high_risk">pictures/High.svg</file>
<file alias="medium_risk">pictures/Medium alert.svg</file>
<file alias="no_risk">pictures/Status OK.svg</file>
<file alias="pause">pictures/Pause negative.svg</file>
<file alias="dots_v">pictures/3 dots vertical negative.svg</file>
<file alias="dots_h">pictures/3 dots horizontal.svg</file>
<file alias="ghaf-sign">pictures/Chaf.svg</file>
<file alias="ghaf-text">pictures/GHAF.svg</file>
<file alias="update">pictures/Update.svg</file>
</qresource>
</RCC>