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

View File

@@ -1,4 +1,8 @@
QT += network dbus gui widgets
# quick is required for metadata registration
QT += network dbus gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = blackgui
TEMPLATE = lib
@@ -28,3 +32,5 @@ HEADERS += *.h
SOURCES += *.cpp
DESTDIR = ../../lib
OTHER_FILES +=
RESOURCES += blackgui.qrc

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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

View File

@@ -0,0 +1,6 @@
Volume icons:
http://findicons.com/search/volume
Icon Pack:OxygenDesigner:Oxygen TeamLicense:GNU/GPL
resize.png
MS Icon Library

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B