feat: use qresources for node icons

This commit is contained in:
parker
2025-06-26 09:00:46 +01:00
parent f060676330
commit b702fd55f7
4 changed files with 165 additions and 1 deletions

157
static/node-icons/grid.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

5
static/resources.qrc Normal file
View File

@@ -0,0 +1,5 @@
<RCC>
<qresource prefix="/">
<file>node-icons/grid.svg</file>
</qresource>
</RCC>