1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Fix path to resources.

This commit is contained in:
srcejon 2024-11-05 10:38:13 +00:00
parent 28faddea1d
commit 98481a96e9

View File

@ -602,7 +602,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../srcejon_sdrangel/sdrgui/resources/res.qrc"> <iconset resource="../../../sdrgui/resources/res.qrc">
<normaloff>:/play.png</normaloff> <normaloff>:/play.png</normaloff>
<normalon>:/stop.png</normalon>:/play.png</iconset> <normalon>:/stop.png</normalon>:/play.png</iconset>
</property> </property>
@ -772,7 +772,7 @@ Leave blank for no adjustment</string>
<string>Up</string> <string>Up</string>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../srcejon_sdrangel/sdrgui/resources/res.qrc"> <iconset resource="../../../sdrgui/resources/res.qrc">
<normaloff>:/arrow_up.png</normaloff>:/arrow_up.png</iconset> <normaloff>:/arrow_up.png</normaloff>:/arrow_up.png</iconset>
</property> </property>
</widget> </widget>
@ -786,7 +786,7 @@ Leave blank for no adjustment</string>
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../srcejon_sdrangel/sdrgui/resources/res.qrc"> <iconset resource="../../../sdrgui/resources/res.qrc">
<normaloff>:/arrow_down.png</normaloff>:/arrow_down.png</iconset> <normaloff>:/arrow_down.png</normaloff>:/arrow_down.png</iconset>
</property> </property>
</widget> </widget>
@ -813,7 +813,7 @@ Leave blank for no adjustment</string>
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../../../../srcejon_sdrangel/sdrgui/resources/res.qrc"> <iconset resource="../../../sdrgui/resources/res.qrc">
<normaloff>:/bin.png</normaloff>:/bin.png</iconset> <normaloff>:/bin.png</normaloff>:/bin.png</iconset>
</property> </property>
</widget> </widget>
@ -848,7 +848,7 @@ Leave blank for no adjustment</string>
<tabstop>deltaFrequency</tabstop> <tabstop>deltaFrequency</tabstop>
</tabstops> </tabstops>
<resources> <resources>
<include location="../../../../srcejon_sdrangel/sdrgui/resources/res.qrc"/> <include location="../../../sdrgui/resources/res.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>