|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProxySettings</class> |
|
4 <widget class="QDialog" name="ProxySettings"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>449</width> |
|
10 <height>164</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>HTTP Proxy</string> |
|
15 </property> |
|
16 <layout class="QGridLayout" name="gridLayout_2"> |
|
17 <property name="leftMargin"> |
|
18 <number>16</number> |
|
19 </property> |
|
20 <property name="topMargin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <property name="rightMargin"> |
|
24 <number>16</number> |
|
25 </property> |
|
26 <property name="bottomMargin"> |
|
27 <number>8</number> |
|
28 </property> |
|
29 <property name="horizontalSpacing"> |
|
30 <number>16</number> |
|
31 </property> |
|
32 <property name="verticalSpacing"> |
|
33 <number>0</number> |
|
34 </property> |
|
35 <item row="0" column="0"> |
|
36 <widget class="QCheckBox" name="proxyCheckBox"> |
|
37 <property name="text"> |
|
38 <string>Use HTTP Proxy</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="0" column="1" rowspan="2"> |
|
43 <spacer name="verticalSpacer"> |
|
44 <property name="orientation"> |
|
45 <enum>Qt::Vertical</enum> |
|
46 </property> |
|
47 <property name="sizeHint" stdset="0"> |
|
48 <size> |
|
49 <width>20</width> |
|
50 <height>40</height> |
|
51 </size> |
|
52 </property> |
|
53 </spacer> |
|
54 </item> |
|
55 <item row="1" column="0" rowspan="2"> |
|
56 <widget class="QWidget" name="widget" native="true"> |
|
57 <layout class="QGridLayout" name="gridLayout"> |
|
58 <property name="horizontalSpacing"> |
|
59 <number>16</number> |
|
60 </property> |
|
61 <property name="verticalSpacing"> |
|
62 <number>0</number> |
|
63 </property> |
|
64 <property name="margin"> |
|
65 <number>0</number> |
|
66 </property> |
|
67 <item row="0" column="0"> |
|
68 <widget class="QLabel" name="serverAddressLabel"> |
|
69 <property name="text"> |
|
70 <string>Server</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item row="0" column="1"> |
|
75 <widget class="QLineEdit" name="proxyServerEdit"> |
|
76 <property name="placeholderText"> |
|
77 <string>Name or IP</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="1" column="0"> |
|
82 <widget class="QLabel" name="label"> |
|
83 <property name="text"> |
|
84 <string>Port</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="1" column="1"> |
|
89 <widget class="QLineEdit" name="proxyPortEdit"> |
|
90 <property name="text"> |
|
91 <string>8080</string> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="2" column="0"> |
|
96 <widget class="QLabel" name="usernameLabel"> |
|
97 <property name="text"> |
|
98 <string>Username</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item row="2" column="1"> |
|
103 <widget class="QLineEdit" name="usernameEdit"/> |
|
104 </item> |
|
105 <item row="3" column="0"> |
|
106 <widget class="QLabel" name="passwordLabel"> |
|
107 <property name="text"> |
|
108 <string>Password</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="3" column="1"> |
|
113 <widget class="QLineEdit" name="passwordEdit"> |
|
114 <property name="echoMode"> |
|
115 <enum>QLineEdit::Password</enum> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="2" column="1"> |
|
123 <widget class="QDialogButtonBox" name="buttonBox"> |
|
124 <property name="orientation"> |
|
125 <enum>Qt::Vertical</enum> |
|
126 </property> |
|
127 <property name="standardButtons"> |
|
128 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
129 </property> |
|
130 </widget> |
|
131 </item> |
|
132 </layout> |
|
133 </widget> |
|
134 <tabstops> |
|
135 <tabstop>proxyCheckBox</tabstop> |
|
136 <tabstop>proxyServerEdit</tabstop> |
|
137 <tabstop>proxyPortEdit</tabstop> |
|
138 <tabstop>usernameEdit</tabstop> |
|
139 <tabstop>passwordEdit</tabstop> |
|
140 <tabstop>buttonBox</tabstop> |
|
141 </tabstops> |
|
142 <resources/> |
|
143 <connections> |
|
144 <connection> |
|
145 <sender>buttonBox</sender> |
|
146 <signal>accepted()</signal> |
|
147 <receiver>ProxySettings</receiver> |
|
148 <slot>accept()</slot> |
|
149 <hints> |
|
150 <hint type="sourcelabel"> |
|
151 <x>318</x> |
|
152 <y>100</y> |
|
153 </hint> |
|
154 <hint type="destinationlabel"> |
|
155 <x>157</x> |
|
156 <y>116</y> |
|
157 </hint> |
|
158 </hints> |
|
159 </connection> |
|
160 <connection> |
|
161 <sender>buttonBox</sender> |
|
162 <signal>rejected()</signal> |
|
163 <receiver>ProxySettings</receiver> |
|
164 <slot>reject()</slot> |
|
165 <hints> |
|
166 <hint type="sourcelabel"> |
|
167 <x>318</x> |
|
168 <y>100</y> |
|
169 </hint> |
|
170 <hint type="destinationlabel"> |
|
171 <x>286</x> |
|
172 <y>116</y> |
|
173 </hint> |
|
174 </hints> |
|
175 </connection> |
|
176 </connections> |
|
177 </ui> |