frappy/resources/frappy-gui.qrc
Alexander Zaft f1ea85bfa7 Add greeter tab to UI
* adds a tab on startup that shows last connected secnodes
* last nodes saved with qsettings

Change-Id: I2b663a408dc46bd0a0135e723b55d5ef3661bec8
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30524
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
2023-03-06 08:24:15 +01:00

21 lines
841 B
Plaintext

<RCC>
<qresource prefix="leds">
<file alias="gray">leds/simplegray.png</file>
<file alias="clear">leds/clear.png</file>
<file alias="green">leds/simplegreen.png</file>
<file alias="orange">leds/simpleorange.png</file>
<file alias="red">leds/simplered.png</file>
<file alias="unknown">leds/simpleunknown.png</file>
<file alias="white">leds/simplewhite.png</file>
<file alias="yellow">leds/simpleyellow.png</file>
</qresource>
<qresource prefix="icons">
<file alias="stop">icons/cross-circle.png</file>
<file alias="trash">icons/bin.png</file>
<file alias="plot-add">icons/system-monitor--plus.png</file>
<file alias="submit">icons/arrow-turn-180.png</file>
<file alias="connect">icons/plug--plus.png</file>
<file alias="plot">icons/system-monitor.png</file>
</qresource>
</RCC>