Merge resource files

- move config editor files into resources
- merge both qrc files into one

Change-Id: I3089b0e1c7784683964d3e0b6e87c8a5cbd62ad2
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30593
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Georg Brandl <g.brandl@fz-juelich.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
This commit is contained in:
Alexander Zaft
2023-03-07 08:28:37 +01:00
committed by Markus Zolliker
parent d4b80eabd6
commit 0464d60f68
27 changed files with 13682 additions and 13703 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -9,6 +9,25 @@
<file alias="white">leds/simplewhite.png</file>
<file alias="yellow">leds/simpleyellow.png</file>
</qresource>
<qresource prefix="cfg_editor">
<file alias="add_comment.png">cfg_editor/icons/add_comment.png</file>
<file alias="add_interface.png">cfg_editor/icons/add_interface.png</file>
<file alias="add_module.png">cfg_editor/icons/add_module.png</file>
<file alias="add_parameter.png">cfg_editor/icons/add_parameter.png</file>
<file alias="add_property.png">cfg_editor/icons/add_property.png</file>
<file alias="comment.png">cfg_editor/icons/comment.png</file>
<file alias="delete.png">cfg_editor/icons/delete.png</file>
<file alias="duplicate.png">cfg_editor/icons/duplicate.png</file>
<file alias="edit.png">cfg_editor/icons/edit.png</file>
<file alias="empty.png">cfg_editor/icons/empty.png</file>
<file alias="interface.png">cfg_editor/icons/interface.png</file>
<file alias="module.png">cfg_editor/icons/module.png</file>
<file alias="new.png">cfg_editor/icons/new.png</file>
<file alias="open.png">cfg_editor/icons/open.png</file>
<file alias="parameter.png">cfg_editor/icons/parameter.png</file>
<file alias="property.png">cfg_editor/icons/property.png</file>
<file alias="save.png">cfg_editor/icons/save.png</file>
</qresource>
<qresource prefix="icons">
<file alias="stop">icons/cross-circle.png</file>
<file alias="trash">icons/bin.png</file>