Resources for the GUI. These go to the supporting library,

and hence could be used for other GUI projects as well
This commit is contained in:
Klaus Basan
2014-01-13 01:40:56 +01:00
parent ab2796862e
commit 28a64c5371
13 changed files with 27 additions and 1 deletions

14
src/blackgui/blackgui.qrc Normal file
View File

@@ -0,0 +1,14 @@
<RCC>
<qresource prefix="/blackgui">
<file>icons/logingreen.png</file>
<file>icons/loginred.png</file>
<file>icons/loginyellow.png</file>
<file>icons/audiovolumehigh.png</file>
<file>icons/audiovolumelow.png</file>
<file>icons/audiovolumemuted.png</file>
<file>icons/resize.png</file>
<file>icons/close.png</file>
<file>icons/aircraftdeparture.png</file>
<file>icons/apronsmall.jpg</file>
</qresource>
</RCC>