Highlighter für Kommentare hinzugefügt.

This commit is contained in:
2026-05-26 18:16:17 +02:00
parent 5b81ef9c12
commit 43e8e332fb
14 changed files with 132 additions and 13 deletions

BIN
resources/BareCode.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

BIN
resources/icon_128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
resources/icon_16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

BIN
resources/icon_256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
resources/icon_32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
resources/icon_48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
resources/icon_512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 KiB

BIN
resources/icon_64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -1,5 +1,11 @@
<RCC>
<qresource prefix="/">
<!-- Icons and other assets can be added here -->
<file>icon_512.png</file>
<file>icon_256.png</file>
<file>icon_128.png</file>
<file>icon_64.png</file>
<file>icon_48.png</file>
<file>icon_32.png</file>
<file>icon_16.png</file>
</qresource>
</RCC>