backup button icons in case of missing theme

This commit is contained in:
Jan Käberich 2020-10-25 00:12:46 +02:00
parent 41f99148b7
commit 78ecffbaac
28 changed files with 84 additions and 142 deletions

View file

@ -20,7 +20,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -88,8 +88,8 @@
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
<iconset theme="view-refresh" resource="icons.qrc">
<normaloff>:/icons/refresh.png</normaloff>:/icons/refresh.png</iconset>
</property>
<property name="text">
<string>Update Device List</string>
@ -140,6 +140,8 @@
</property>
</action>
</widget>
<resources/>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>