Change Device Information Refresh Button from text to icon
This commit is contained in:
parent
24fd176802
commit
5ff46e7ec5
@ -59,8 +59,17 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="refresh" >
|
<widget class="QPushButton" name="refresh" >
|
||||||
|
<property name="toolTip" >
|
||||||
|
<string>Refresh information</string>
|
||||||
|
</property>
|
||||||
|
<property name="statusTip" >
|
||||||
|
<string>Refresh device and neighbor information</string>
|
||||||
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Refresh</string>
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="icon" >
|
||||||
|
<iconset resource="ostinato.qrc" >:/icons/refresh.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
BIN
client/icons/refresh.png
Normal file
BIN
client/icons/refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 685 B |
@ -34,6 +34,7 @@
|
|||||||
<file>icons/portstats_filter.png</file>
|
<file>icons/portstats_filter.png</file>
|
||||||
<file>icons/preferences.png</file>
|
<file>icons/preferences.png</file>
|
||||||
<file>icons/qt.png</file>
|
<file>icons/qt.png</file>
|
||||||
|
<file>icons/refresh.png</file>
|
||||||
<file>icons/sound_mute.png</file>
|
<file>icons/sound_mute.png</file>
|
||||||
<file>icons/sound_none.png</file>
|
<file>icons/sound_none.png</file>
|
||||||
<file>icons/stream_add.png</file>
|
<file>icons/stream_add.png</file>
|
||||||
|
Loading…
Reference in New Issue
Block a user