mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Introduced "Connection Settings" group in GeneralSettings widget
This commit is contained in:
parent
ddf7a7edfd
commit
f5c6194656
|
@ -29,13 +29,6 @@
|
||||||
<string>General Settings</string>
|
<string>General Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
|
||||||
<widget class="QCheckBox" name="cbEnableIPv6">
|
|
||||||
<property name="text">
|
|
||||||
<string extracomment="Text on a checkbox to enable IPv6">Enable IPv6 (recommended)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbUseTranslations">
|
<widget class="QCheckBox" name="cbUseTranslations">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -76,11 +69,18 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="proxyGroup">
|
<widget class="QGroupBox" name="connectionGroup">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Proxy settings</string>
|
<string>Connection Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayoutProxy">
|
<layout class="QVBoxLayout" name="verticalLayoutProxy">
|
||||||
|
<item>
|
||||||
|
<widget class="QCheckBox" name="cbEnableIPv6">
|
||||||
|
<property name="text">
|
||||||
|
<string extracomment="Text on a checkbox to enable IPv6">Enable IPv6 (recommended)</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cbUDPDisabled">
|
<widget class="QCheckBox" name="cbUDPDisabled">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user