|
@@ -7563,30 +7563,30 @@
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="0">
|
|
|
- <widget class="QLabel" name="bindToIPLabel">
|
|
|
+ <widget class="QLabel" name="ipFamilyLabel">
|
|
|
<property name="text">
|
|
|
- <string>Basic.Settings.Advanced.Network.BindToIP</string>
|
|
|
+ <string>Basic.Settings.Advanced.Network.IPFamily</string>
|
|
|
</property>
|
|
|
<property name="buddy">
|
|
|
- <cstring>bindToIP</cstring>
|
|
|
+ <cstring>ipFamily</cstring>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="1" column="1">
|
|
|
- <widget class="QComboBox" name="bindToIP"/>
|
|
|
+ <widget class="QComboBox" name="ipFamily"/>
|
|
|
</item>
|
|
|
<item row="2" column="0">
|
|
|
- <widget class="QLabel" name="ipFamilyLabel">
|
|
|
+ <widget class="QLabel" name="bindToIPLabel">
|
|
|
<property name="text">
|
|
|
- <string>Basic.Settings.Advanced.Network.IPFamily</string>
|
|
|
+ <string>Basic.Settings.Advanced.Network.BindToIP</string>
|
|
|
</property>
|
|
|
<property name="buddy">
|
|
|
- <cstring>ipFamily</cstring>
|
|
|
+ <cstring>bindToIP</cstring>
|
|
|
</property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item row="2" column="1">
|
|
|
- <widget class="QComboBox" name="ipFamily"/>
|
|
|
+ <widget class="QComboBox" name="bindToIP"/>
|
|
|
</item>
|
|
|
<item row="4" column="1">
|
|
|
<widget class="QCheckBox" name="enableNewSocketLoop">
|