update qrc file path for ui file

This commit is contained in:
2026-03-05 11:49:46 +01:00
parent b643188418
commit 8395b2f220

View File

@@ -38,7 +38,7 @@
<string>MainWindow</string> <string>MainWindow</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="resources.qrc"> <iconset resource="../resources.qrc">
<normaloff>:/assets/Icone.ico</normaloff>:/assets/Icone.ico</iconset> <normaloff>:/assets/Icone.ico</normaloff>:/assets/Icone.ico</iconset>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
@@ -189,7 +189,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="resources.qrc"> <iconset resource="../resources.qrc">
<normaloff>:/assets/system-shutdown.png</normaloff>:/assets/system-shutdown.png</iconset> <normaloff>:/assets/system-shutdown.png</normaloff>:/assets/system-shutdown.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@@ -890,7 +890,7 @@
</widget> </widget>
</widget> </widget>
<resources> <resources>
<include location="resources.qrc"/> <include location="../resources.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>