summaryrefslogtreecommitdiffstats
path: root/src/__TODO/UiGuiSettingsDialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/__TODO/UiGuiSettingsDialog.ui')
-rwxr-xr-xsrc/__TODO/UiGuiSettingsDialog.ui165
1 files changed, 0 insertions, 165 deletions
diff --git a/src/__TODO/UiGuiSettingsDialog.ui b/src/__TODO/UiGuiSettingsDialog.ui
index 2f96561..88ed6be 100755
--- a/src/__TODO/UiGuiSettingsDialog.ui
+++ b/src/__TODO/UiGuiSettingsDialog.ui
@@ -284,171 +284,6 @@
</item>
</layout>
</widget>
- <widget class="TQWidget" name="tab_4">
- <attribute name="icon">
- <iconset resource="../resources/Icons.qrc">
- <normaloff>:/mainWindow/system-software-update.png</normaloff>:/mainWindow/system-software-update.png</iconset>
- </attribute>
- <attribute name="title">
- <string>Network</string>
- </attribute>
- <layout class="TQVBoxLayout" name="verticalLayout">
- <item>
- <widget class="TQCheckBox" name="checkForUpdateCheckBox">
- <property name="toolTip">
- <string>Checks whether a new version of UniversalIndentGUI exists on program start, but only once a day.</string>
- </property>
- <property name="text">
- <string>Check online for update on program start</string>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">CheckForUpdate</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">checked</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="TQGroupBox" name="groupBox">
- <property name="title">
- <string/>
- </property>
- <layout class="TQVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="TQCheckBox" name="enableProxyCheckBox">
- <property name="toolTip">
- <string>If checked, the made proxy settings will be applied for all network connections. Type of the used proxy is SOCKS5.</string>
- </property>
- <property name="text">
- <string>Enable proxy</string>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">ProxyEnabled</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">checked</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="TQWidget" name="widget" native="true">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <layout class="TQGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="TQLabel" name="label_2">
- <property name="text">
- <string>Host name:</string>
- </property>
- <property name="buddy">
- <cstring>proxyHostNameLineEdit</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="TQLineEdit" name="proxyHostNameLineEdit">
- <property name="toolTip">
- <string>Host name of the to be used proxy. E.g.: proxy.example.com</string>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">ProxyHostName</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">text</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="TQLabel" name="label_3">
- <property name="text">
- <string>Port:</string>
- </property>
- <property name="buddy">
- <cstring>proxyPortSpinBox</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="TQSpinBox" name="proxyPortSpinBox">
- <property name="toolTip">
- <string>Port number to connect to the before named proxy.</string>
- </property>
- <property name="alignment">
- <set>TQt::AlignRight|TQt::AlignTrailing|TQt::AlignVCenter</set>
- </property>
- <property name="buttonSymbols">
- <enum>TQAbstractSpinBox::NoButtons</enum>
- </property>
- <property name="maximum">
- <number>99999</number>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">ProxyPort</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">text</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="TQLabel" name="label_4">
- <property name="text">
- <string>User name:</string>
- </property>
- <property name="buddy">
- <cstring>proxyUserNameLineEdit</cstring>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="TQLineEdit" name="proxyUserNameLineEdit">
- <property name="toolTip">
- <string>If the proxy needs authentification, enter the login name here.</string>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">ProxyUserName</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">text</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="TQLabel" name="label_6">
- <property name="text">
- <string>Password:</string>
- </property>
- <property name="buddy">
- <cstring>proxyPasswordLineEdit</cstring>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="TQLineEdit" name="proxyPasswordLineEdit">
- <property name="toolTip">
- <string>If the proxy needs authentification, enter the password here.</string>
- </property>
- <property name="echoMode">
- <enum>TQLineEdit::Password</enum>
- </property>
- <property name="connectedSettingName" stdset="0">
- <string notr="true">ProxyPassword</string>
- </property>
- <property name="connectedPropertyName" stdset="0">
- <string notr="true">text</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
<widget class="TQWidget" name="tab_3">
<attribute name="icon">
<iconset resource="../resources/Icons.qrc">