mirror of https://github.com/qTox/qTox.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
4.6 KiB
159 lines
4.6 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>GeneralSettings</class> |
|
<widget class="QWidget" name="GeneralSettings"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>527</width> |
|
<height>369</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Form</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
<property name="leftMargin"> |
|
<number>6</number> |
|
</property> |
|
<property name="topMargin"> |
|
<number>6</number> |
|
</property> |
|
<property name="rightMargin"> |
|
<number>6</number> |
|
</property> |
|
<item> |
|
<widget class="QGroupBox" name="generalGroup"> |
|
<property name="title"> |
|
<string>General Settings</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
<item> |
|
<widget class="QCheckBox" name="cbUseTranslations"> |
|
<property name="text"> |
|
<string extracomment="Text on a checkbox to enable translations">Use translations</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="cbMakeToxPortable"> |
|
<property name="toolTip"> |
|
<string extracomment="describes makeToxPortable checkbox">Save settings to the working directory instead of the usual conf dir</string> |
|
</property> |
|
<property name="text"> |
|
<string>Make Tox portable</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="startInTray"> |
|
<property name="text"> |
|
<string>Start in tray</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QGroupBox" name="themeGroup"> |
|
<property name="title"> |
|
<string>Theme</string> |
|
</property> |
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
<item> |
|
<widget class="QLabel" name="smileyPackLabel"> |
|
<property name="text"> |
|
<string extracomment="Text on smiley pack label">Smiley Pack</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QComboBox" name="smileyPackBrowser"/> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QGroupBox" name="connectionGroup"> |
|
<property name="title"> |
|
<string>Connection Settings</string> |
|
</property> |
|
<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> |
|
<widget class="QCheckBox" name="cbUDPDisabled"> |
|
<property name="toolTip"> |
|
<string extracomment="force tcp checkbox tooltip">This allows, e.g., toxing over Tor. It adds load to the Tox network however, so use only when necessary.</string> |
|
</property> |
|
<property name="text"> |
|
<string extracomment="Text on checkbox to disable UDP">Disable UDP (not recommended)</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QCheckBox" name="cbUseProxy"> |
|
<property name="text"> |
|
<string>Use proxy (SOCKS5)</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QHBoxLayout" name="proxyLayout"> |
|
<item> |
|
<widget class="QLabel" name="proxyAddrLabel"> |
|
<property name="text"> |
|
<string extracomment="Text on proxy addr label">Address</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLineEdit" name="proxyAddr"/> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="proxyPortLabel"> |
|
<property name="text"> |
|
<string extracomment="Text on proxy port label">Port</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QSpinBox" name="proxyPort"> |
|
<property name="minimum"> |
|
<number>0</number> |
|
</property> |
|
<property name="maximum"> |
|
<number>65535</number> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</item> |
|
<item> |
|
<spacer name="verticalSpacer"> |
|
<property name="orientation"> |
|
<enum>Qt::Vertical</enum> |
|
</property> |
|
<property name="sizeHint" stdset="0"> |
|
<size> |
|
<width>20</width> |
|
<height>40</height> |
|
</size> |
|
</property> |
|
</spacer> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|