Resources for the GUI. These go to the supporting library,
and hence could be used for other GUI projects as well
@@ -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
@@ -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>
|
||||
BIN
src/blackgui/icons/aircraftdeparture.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
src/blackgui/icons/apronsmall.jpg
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
src/blackgui/icons/audiovolumehigh.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
src/blackgui/icons/audiovolumelow.png
Normal file
|
After Width: | Height: | Size: 802 B |
BIN
src/blackgui/icons/audiovolumemuted.png
Normal file
|
After Width: | Height: | Size: 785 B |
BIN
src/blackgui/icons/close.png
Normal file
|
After Width: | Height: | Size: 206 B |
6
src/blackgui/icons/iconsources.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Volume icons:
|
||||
http://findicons.com/search/volume
|
||||
Icon Pack:OxygenDesigner:Oxygen TeamLicense:GNU/GPL
|
||||
|
||||
resize.png
|
||||
MS Icon Library
|
||||
BIN
src/blackgui/icons/logingreen.png
Normal file
|
After Width: | Height: | Size: 233 B |
BIN
src/blackgui/icons/loginred.png
Normal file
|
After Width: | Height: | Size: 225 B |
BIN
src/blackgui/icons/loginyellow.png
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
src/blackgui/icons/resize.png
Normal file
|
After Width: | Height: | Size: 170 B |