aboutsummaryrefslogtreecommitdiff
path: root/src/configdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-25 10:19:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-25 10:19:31 +0000
commitf125823b635fbc89308c5baf956fdb4d02a1a7e8 (patch)
treea75eca80c43dfe826beb9c8ae8316141bdd40ad4 /src/configdialog.ui
parente6223d1c69fbf1484f7fa29dd5f41da03e0313d4 (diff)
downloadqmmp-f125823b635fbc89308c5baf956fdb4d02a1a7e8.tar.gz
qmmp-f125823b635fbc89308c5baf956fdb4d02a1a7e8.tar.bz2
qmmp-f125823b635fbc89308c5baf956fdb4d02a1a7e8.zip
added proxy support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@127 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/configdialog.ui')
-rw-r--r--src/configdialog.ui181
1 files changed, 176 insertions, 5 deletions
diff --git a/src/configdialog.ui b/src/configdialog.ui
index 9e2c58712..3d1c462ea 100644
--- a/src/configdialog.ui
+++ b/src/configdialog.ui
@@ -124,6 +124,11 @@
<iconset resource="images/images.qrc" >:/advanced.png</iconset>
</property>
</item>
+ <item>
+ <property name="text" >
+ <string>Connectivity</string>
+ </property>
+ </item>
</widget>
</item>
<item>
@@ -760,6 +765,108 @@
</item>
</layout>
</widget>
+ <widget class="QWidget" name="network" >
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QGroupBox" name="groupBox_5" >
+ <property name="title" >
+ <string>Proxy</string>
+ </property>
+ <property name="flat" >
+ <bool>false</bool>
+ </property>
+ <property name="checkable" >
+ <bool>false</bool>
+ </property>
+ <layout class="QGridLayout" >
+ <item row="0" column="0" colspan="2" >
+ <widget class="QCheckBox" name="enableProxyCheckBox" >
+ <property name="text" >
+ <string>Enable proxy usage</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="label_5" >
+ <property name="text" >
+ <string>Proxy host name:</string>
+ </property>
+ <property name="alignment" >
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QLineEdit" name="hostLineEdit" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="label_6" >
+ <property name="text" >
+ <string>Proxy port:</string>
+ </property>
+ <property name="alignment" >
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QLineEdit" name="portLineEdit" />
+ </item>
+ <item row="3" column="0" colspan="2" >
+ <widget class="QCheckBox" name="authProxyCheckBox" >
+ <property name="text" >
+ <string>Use authentication with proxy</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="label_7" >
+ <property name="text" >
+ <string>Proxy user name:</string>
+ </property>
+ <property name="alignment" >
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" >
+ <widget class="QLineEdit" name="proxyUserLineEdit" />
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="label_8" >
+ <property name="text" >
+ <string>Proxy password:</string>
+ </property>
+ <property name="alignment" >
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="1" >
+ <widget class="QLineEdit" name="proxyPasswLineEdit" >
+ <property name="echoMode" >
+ <enum>QLineEdit::Password</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
</widget>
</item>
</layout>
@@ -823,7 +930,7 @@
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
- <x>510</x>
+ <x>590</x>
<y>364</y>
</hint>
<hint type="destinationlabel" >
@@ -839,12 +946,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
- <x>344</x>
- <y>66</y>
+ <x>550</x>
+ <y>64</y>
</hint>
<hint type="destinationlabel" >
- <x>177</x>
- <y>113</y>
+ <x>383</x>
+ <y>118</y>
</hint>
</hints>
</connection>
@@ -912,5 +1019,69 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>enableProxyCheckBox</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>hostLineEdit</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>305</x>
+ <y>52</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>424</x>
+ <y>82</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>enableProxyCheckBox</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>portLineEdit</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>506</x>
+ <y>56</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>506</x>
+ <y>116</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>authProxyCheckBox</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>proxyUserLineEdit</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>318</x>
+ <y>142</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>326</x>
+ <y>163</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>authProxyCheckBox</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>proxyPasswLineEdit</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>264</x>
+ <y>138</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>334</x>
+ <y>204</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
</ui>