diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kcontrol/kio/manualproxy_ui.ui | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/kio/manualproxy_ui.ui')
-rw-r--r-- | kcontrol/kio/manualproxy_ui.ui | 317 |
1 files changed, 317 insertions, 0 deletions
diff --git a/kcontrol/kio/manualproxy_ui.ui b/kcontrol/kio/manualproxy_ui.ui new file mode 100644 index 000000000..1c8ef8634 --- /dev/null +++ b/kcontrol/kio/manualproxy_ui.ui @@ -0,0 +1,317 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>ManualProxyDlgUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ManualProxyDlgUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>489</width> + <height>438</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>gbServers</cstring> + </property> + <property name="title"> + <string>Ser&vers</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>lbFtp</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&FTP:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>leFtp</cstring> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>lbHttps</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>HTTP&S:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>leHttps</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>lbHttp</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>H&TTP:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>leHttp</cstring> + </property> + </widget> + <widget class="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>leHttp</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the address of the HTTP proxy server.</string> + </property> + </widget> + <widget class="KLineEdit" row="1" column="1"> + <property name="name"> + <cstring>leHttps</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the address of the HTTPS proxy server.</string> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>leFtp</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the address of the FTP proxy server.</string> + </property> + </widget> + <widget class="KIntSpinBox" row="2" column="2"> + <property name="name"> + <cstring>sbFtp</cstring> + </property> + <property name="maxValue"> + <number>65536</number> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the port number of the FTP proxy server. Default 8080. Another common value is 3128.</string> + </property> + </widget> + <widget class="KIntSpinBox" row="1" column="2"> + <property name="name"> + <cstring>sbHttps</cstring> + </property> + <property name="maxValue"> + <number>65536</number> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the port number of the HTTP proxy server. Default is 8080. Another common value is 3128.</string> + </property> + </widget> + <widget class="KIntSpinBox" row="0" column="2"> + <property name="name"> + <cstring>sbHttp</cstring> + </property> + <property name="maximumSize"> + <size> + <width>32767</width> + <height>32767</height> + </size> + </property> + <property name="maxValue"> + <number>65536</number> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the port number of the HTTP proxy server. Default is 8080. Another common value is 3128.</string> + </property> + </widget> + <spacer row="3" column="0"> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Minimum</enum> + </property> + <property name="sizeHint"> + <size> + <width>51</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QCheckBox" row="3" column="1" rowspan="1" colspan="2"> + <property name="name"> + <cstring>cbSameProxy</cstring> + </property> + <property name="text"> + <string>&Use the same proxy server for all protocols</string> + </property> + </widget> + <widget class="QPushButton" row="0" column="3"> + <property name="name"> + <cstring>pbCopyDown</cstring> + </property> + <property name="text"> + <string></string> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>gbExceptions</cstring> + </property> + <property name="title"> + <string>E&xceptions</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>cbReverseProxy</cstring> + </property> + <property name="text"> + <string>Use proxy only for entries in this list</string> + </property> + <property name="whatsThis" stdset="0"> + <string><qt> +Reverse the use of the exception list. Checking this box will result in the proxy servers being used only when the requested URL matches one of the addresses listed here.<p>This feature is useful if all you want or need is to use a proxy server for a few specific sites.<p>If you have more complex requirements you might want to use a configuration script. +</qt></string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QPushButton" row="3" column="1"> + <property name="name"> + <cstring>pbDeleteAll</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>D&elete All</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Remove all proxy exception addresses from the list.</string> + </property> + </widget> + <widget class="QPushButton" row="2" column="1"> + <property name="name"> + <cstring>pbDelete</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>De&lete</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Remove the selected proxy exception address from the list.</string> + </property> + </widget> + <widget class="QPushButton" row="0" column="1"> + <property name="name"> + <cstring>pbNew</cstring> + </property> + <property name="text"> + <string>&New...</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Add new proxy exception address to the list.</string> + </property> + </widget> + <widget class="QPushButton" row="1" column="1"> + <property name="name"> + <cstring>pbChange</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>C&hange...</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Change the selected proxy exception address.</string> + </property> + </widget> + <spacer row="4" column="1"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>114</height> + </size> + </property> + </spacer> + <widget class="KListBox" row="0" column="0" rowspan="5" colspan="1"> + <property name="name"> + <cstring>lbExceptions</cstring> + </property> + </widget> + </grid> + </widget> + </vbox> + </widget> + </vbox> +</widget> +<tabstops> + <tabstop>leHttp</tabstop> + <tabstop>sbHttp</tabstop> + <tabstop>leHttps</tabstop> + <tabstop>sbHttps</tabstop> + <tabstop>leFtp</tabstop> + <tabstop>sbFtp</tabstop> + <tabstop>cbSameProxy</tabstop> + <tabstop>pbCopyDown</tabstop> + <tabstop>cbReverseProxy</tabstop> + <tabstop>pbNew</tabstop> + <tabstop>pbChange</tabstop> + <tabstop>pbDelete</tabstop> + <tabstop>pbDeleteAll</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |