new fix for selecting random port when system starts up

This commit is contained in:
tungnian lee
2012-09-15 15:28:58 -07:00
committed by sledgehammer999
parent 2de8b9112d
commit 9913484f68
3 changed files with 16 additions and 18 deletions

View File

@@ -262,16 +262,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkRandomPort">
<property name="text">
<string>Use random port to communicate</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="font">
@@ -1108,6 +1098,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkRandomPort">
<property name="text">
<string>Use random port to communicate</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>