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.
336 lines
14 KiB
336 lines
14 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
|
||
|
<class>SocksBase</class>
|
||
14 years ago
|
<widget class="TQWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>SocksBase</cstring>
|
||
|
</property>
|
||
14 years ago
|
<property name="geometry">
|
||
15 years ago
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>455</width>
|
||
|
<height>402</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="caption">
|
||
|
<string>SOCKS</string>
|
||
|
</property>
|
||
14 years ago
|
<property name="layoutMargin" stdset="0">
|
||
15 years ago
|
</property>
|
||
14 years ago
|
<property name="layoutSpacing" stdset="0">
|
||
15 years ago
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQCheckBox">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_enableSocks</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Enable SOCKS support</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
13 years ago
|
<string>Check this to enable SOCKS4 and SOCKS5 support in TDE applications and I/O subsystems.</string>
|
||
15 years ago
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQButtonGroup">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>bg</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>SOCKS Implementation</string>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQRadioButton" row="0" column="0">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_detect</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>A&uto detect</string>
|
||
|
</property>
|
||
|
<property name="buttonGroupId">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>If you select Autodetect, then KDE will automatically search for an implementation of SOCKS on your computer.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQRadioButton" row="0" column="1">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_NEC</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&NEC SOCKS</string>
|
||
|
</property>
|
||
|
<property name="buttonGroupId">
|
||
|
<number>2</number>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>This will force KDE to use NEC SOCKS if it can be found.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQRadioButton" row="1" column="0" rowspan="1" colspan="3">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_custom</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Use &custom library</string>
|
||
|
</property>
|
||
|
<property name="buttonGroupId">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Select custom if you wish to use an unlisted SOCKS library. Please note that this may not always work as it depends on the API of the library which you specify (below).</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>Layout6</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQLabel">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_customLabel</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>4</hsizetype>
|
||
|
<vsizetype>1</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Path:</string>
|
||
|
</property>
|
||
|
<property name="indent">
|
||
|
<number>20</number>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>_c_customPath</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KURLRequester">
|
||
|
<property name="name">
|
||
|
<cstring>_c_customPath</cstring>
|
||
|
</property>
|
||
13 years ago
|
<property name="minimumSize">
|
||
15 years ago
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Enter the path to an unsupported SOCKS library.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQRadioButton" row="0" column="2">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_Dante</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Dante</string>
|
||
|
</property>
|
||
|
<property name="buttonGroupId">
|
||
|
<number>3</number>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>This will force KDE to use Dante if it can be found.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</grid>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQGroupBox">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_addPaths</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>1</hsizetype>
|
||
|
<vsizetype>1</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Additional Library Search Paths</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Here you can specify additional directories to search for the SOCKS libraries. /usr/lib, /usr/local/lib, /usr/local/socks5/lib and /opt/socks5/lib are already searched by default.</string>
|
||
|
</property>
|
||
|
<vbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
14 years ago
|
<widget class="TQListView">
|
||
15 years ago
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Path</string>
|
||
|
</property>
|
||
|
<property name="clickable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="resizable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</column>
|
||
|
<property name="name">
|
||
|
<cstring>_c_libs</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>7</hsizetype>
|
||
|
<vsizetype>7</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>This is the list of additional paths that will be searched.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="KURLRequester">
|
||
|
<property name="name">
|
||
|
<cstring>_c_newPath</cstring>
|
||
|
</property>
|
||
13 years ago
|
<property name="minimumSize">
|
||
15 years ago
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>25</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>Layout1</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<spacer>
|
||
|
<property name="name">
|
||
|
<cstring>Spacer1</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>MinimumExpanding</enum>
|
||
|
</property>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_add</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Add</string>
|
||
|
</property>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_remove</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Remove</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
14 years ago
|
<widget class="TQLayoutWidget">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>Layout2</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<spacer>
|
||
|
<property name="name">
|
||
|
<cstring>Spacer2</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
13 years ago
|
<property name="sizeHint">
|
||
15 years ago
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
14 years ago
|
<widget class="TQPushButton">
|
||
15 years ago
|
<property name="name">
|
||
|
<cstring>_c_test</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Test</string>
|
||
|
</property>
|
||
|
<property name="whatsThis" stdset="0">
|
||
|
<string>Click here to test SOCKS support.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
</vbox>
|
||
|
</widget>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>_c_enableSocks</sender>
|
||
|
<signal>toggled(bool)</signal>
|
||
|
<receiver>bg</receiver>
|
||
|
<slot>setEnabled(bool)</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>_c_enableSocks</sender>
|
||
|
<signal>toggled(bool)</signal>
|
||
|
<receiver>_c_addPaths</receiver>
|
||
|
<slot>setEnabled(bool)</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>_c_enableSocks</sender>
|
||
|
<signal>toggled(bool)</signal>
|
||
|
<receiver>_c_test</receiver>
|
||
|
<slot>setEnabled(bool)</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
<includes>
|
||
|
<include location="global" impldecl="in declaration">kurlrequester.h</include>
|
||
|
<include location="global" impldecl="in implementation">kdialog.h</include>
|
||
|
</includes>
|
||
14 years ago
|
<layoutdefaults spacing="6" margin="11"/>
|
||
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
||
15 years ago
|
</UI>
|