- Added a button to reset spoofed client version/build to latest

- Fix little bug when loading saved version/build for spoofed client
This commit is contained in:
Christophe Dumez
2009-12-30 13:26:35 +00:00
parent 4dc26d0a77
commit f60ef5dbd5
31 changed files with 918 additions and 738 deletions

View File

@@ -1758,6 +1758,41 @@ QGroupBox {
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetPeerVersion_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimumSize">
<size>
<width>27</width>
<height>27</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>27</width>
<height>27</height>
</size>
</property>
<property name="toolTip">
<string>Reset to latest software version</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/Icons/oxygen/view-refresh.png</normaloff>:/Icons/oxygen/view-refresh.png</iconset>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>