Switched to .png icons.

This commit is contained in:
2026-01-06 20:22:12 +01:00
parent 6f5b8d8df6
commit a325cc3826
3 changed files with 11 additions and 26 deletions

View File

@@ -167,7 +167,7 @@
</property>
<property name="icon">
<iconset resource="bionxcontrol.qrc">
<normaloff>:/sync_yellow.svg</normaloff>:/sync_yellow.svg</iconset>
<normaloff>:/sync_yellow.png</normaloff>:/sync_yellow.png</iconset>
</property>
<property name="iconSize">
<size>
@@ -193,7 +193,7 @@
</property>
<property name="icon">
<iconset resource="bionxcontrol.qrc">
<normaloff>:/connect.svg</normaloff>:/connect.svg</iconset>
<normaloff>:/connect.png</normaloff>:/connect.png</iconset>
</property>
<property name="iconSize">
<size>
@@ -219,7 +219,7 @@
</property>
<property name="icon">
<iconset resource="bionxcontrol.qrc">
<normaloff>:/exit_red.svg</normaloff>:/exit_red.svg</iconset>
<normaloff>:/exit_red.png</normaloff>:/exit_red.png</iconset>
</property>
<property name="iconSize">
<size>

View File

@@ -1,15 +1,16 @@
<RCC>
<qresource prefix="/">
<file alias="bikeinfo.xml">resources/bikeinfo.xml</file>
<file alias="bionxcontrol.qss">resources/bionxcontrol.qss</file>
<file alias="bc_light.qss">resources/bc_light.qss</file>
<file alias="bionx_akku.png">resources/bionx_akku.png</file>
<file alias="bionx_console.png">resources/bionx_console.png</file>
<file alias="bionx_motor.png">resources/bionx_motor.png</file>
<file alias="connect.svg">resources/connect.svg</file>
<file alias="exit.svg">resources/exit.svg</file>
<file alias="exit_red.svg">resources/exit_red.svg</file>
<file alias="sync_green.svg">resources/sync_green.svg</file>
<file alias="sync_yellow.svg">resources/sync_yellow.svg</file>
<file alias="sync.svg">resources/sync.svg</file>
<file alias="connect.png">resources/connect.png</file>
<file alias="exit.png">resources/exit.png</file>
<file alias="exit_red.png">resources/exit_red.png</file>
<file alias="sync_green.png">resources/sync_green.png</file>
<file alias="sync_yellow.png">resources/sync_yellow.png</file>
<file alias="sync.png">resources/sync.png</file>
<file alias="bc_dark.qss">resources/bc_dark.qss</file>
</qresource>
</RCC>

View File

@@ -1,16 +0,0 @@
<RCC>
<qresource prefix="/">
<file alias="bikeinfo.xml">resources/bikeinfo.xml</file>
<file alias="bc_light.qss">resources/bc_light.qss</file>
<file alias="bionx_akku.png">resources/bionx_akku.png</file>
<file alias="bionx_console.png">resources/bionx_console.png</file>
<file alias="bionx_motor.png">resources/bionx_motor.png</file>
<file alias="connect.svg">resources/connect.svg</file>
<file alias="exit.svg">resources/exit.svg</file>
<file alias="exit_red.svg">resources/exit_red.svg</file>
<file alias="sync_green.svg">resources/sync_green.svg</file>
<file alias="sync_yellow.svg">resources/sync_yellow.svg</file>
<file alias="sync.svg">resources/sync.svg</file>
<file alias="bc_dark.qss">resources/bc_dark.qss</file>
</qresource>
</RCC>