1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ProxySettings</class>
4 <widget class="QWidget" name="ProxySettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>374</width>
10    <height>207</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QFormLayout" name="mainLayout">
20   <property name="margin">
21    <number>0</number>
22   </property>
23   <item row="0" column="0">
24    <widget class="BuddyLabel" name="modeLabel">
25     <property name="text">
26      <string>Mode:</string>
27     </property>
28     <property name="buddy">
29      <cstring>proxyMode</cstring>
30     </property>
31    </widget>
32   </item>
33   <item row="0" column="1">
34    <widget class="QComboBox" name="proxyMode"/>
35   </item>
36   <item row="1" column="0">
37    <widget class="BuddyLabel" name="proxyTypeLabel">
38     <property name="text">
39      <string>Type:</string>
40     </property>
41     <property name="buddy">
42      <cstring>proxyType</cstring>
43     </property>
44    </widget>
45   </item>
46   <item row="1" column="1">
47    <widget class="QComboBox" name="proxyType">
48     <item>
49      <property name="text">
50       <string>HTTP Proxy</string>
51      </property>
52     </item>
53     <item>
54      <property name="text">
55       <string>SOCKS Proxy</string>
56      </property>
57     </item>
58    </widget>
59   </item>
60   <item row="2" column="0">
61    <widget class="BuddyLabel" name="proxyHostLabel">
62     <property name="text">
63      <string>Host:</string>
64     </property>
65     <property name="buddy">
66      <cstring>proxyHost</cstring>
67     </property>
68    </widget>
69   </item>
70   <item row="2" column="1">
71    <widget class="LineEdit" name="proxyHost"/>
72   </item>
73   <item row="3" column="0">
74    <widget class="BuddyLabel" name="proxyPortLabel">
75     <property name="text">
76      <string>Port:</string>
77     </property>
78     <property name="buddy">
79      <cstring>proxyPort</cstring>
80     </property>
81    </widget>
82   </item>
83   <item row="3" column="1">
84    <widget class="QSpinBox" name="proxyPort">
85     <property name="maximum">
86      <number>65535</number>
87     </property>
88     <property name="value">
89      <number>8080</number>
90     </property>
91    </widget>
92   </item>
93   <item row="4" column="0">
94    <widget class="BuddyLabel" name="proxyUsernameLabel">
95     <property name="text">
96      <string>Username:</string>
97     </property>
98     <property name="buddy">
99      <cstring>proxyUsername</cstring>
100     </property>
101    </widget>
102   </item>
103   <item row="4" column="1">
104    <widget class="LineEdit" name="proxyUsername"/>
105   </item>
106   <item row="5" column="0">
107    <widget class="BuddyLabel" name="proxyPasswordLabel">
108     <property name="text">
109      <string>Password:</string>
110     </property>
111     <property name="buddy">
112      <cstring>proxyPassword</cstring>
113     </property>
114    </widget>
115   </item>
116   <item row="5" column="1">
117    <widget class="LineEdit" name="proxyPassword">
118     <property name="echoMode">
119      <enum>QLineEdit::Password</enum>
120     </property>
121    </widget>
122   </item>
123  </layout>
124 </widget>
125 <customwidgets>
126  <customwidget>
127   <class>LineEdit</class>
128   <extends>QLineEdit</extends>
129   <header>support/lineedit.h</header>
130  </customwidget>
131  <customwidget>
132   <class>BuddyLabel</class>
133   <extends>QLabel</extends>
134   <header>support/buddylabel.h</header>
135  </customwidget>
136 </customwidgets>
137 <resources/>
138 <connections/>
139</ui>
140