1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <ui version="4.0">
|
---|
3 | <class>FindSubtitlesConfigDialog</class>
|
---|
4 | <widget class="QDialog" name="FindSubtitlesConfigDialog">
|
---|
5 | <property name="geometry">
|
---|
6 | <rect>
|
---|
7 | <x>0</x>
|
---|
8 | <y>0</y>
|
---|
9 | <width>493</width>
|
---|
10 | <height>335</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Advanced options</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QVBoxLayout">
|
---|
17 | <item>
|
---|
18 | <widget class="QGroupBox" name="groupBox_2">
|
---|
19 | <property name="title">
|
---|
20 | <string>Server</string>
|
---|
21 | </property>
|
---|
22 | <layout class="QHBoxLayout" name="horizontalLayout">
|
---|
23 | <item>
|
---|
24 | <widget class="QLabel" name="label">
|
---|
25 | <property name="text">
|
---|
26 | <string>&OpenSubtitles server:</string>
|
---|
27 | </property>
|
---|
28 | <property name="buddy">
|
---|
29 | <cstring>server_edit</cstring>
|
---|
30 | </property>
|
---|
31 | </widget>
|
---|
32 | </item>
|
---|
33 | <item>
|
---|
34 | <widget class="QLineEdit" name="server_edit"/>
|
---|
35 | </item>
|
---|
36 | </layout>
|
---|
37 | </widget>
|
---|
38 | </item>
|
---|
39 | <item>
|
---|
40 | <widget class="QGroupBox" name="groupBox">
|
---|
41 | <property name="title">
|
---|
42 | <string>Proxy</string>
|
---|
43 | </property>
|
---|
44 | <layout class="QVBoxLayout">
|
---|
45 | <item>
|
---|
46 | <widget class="QCheckBox" name="use_proxy_check">
|
---|
47 | <property name="text">
|
---|
48 | <string>&Enable proxy</string>
|
---|
49 | </property>
|
---|
50 | </widget>
|
---|
51 | </item>
|
---|
52 | <item>
|
---|
53 | <widget class="QWidget" name="proxy_container" native="true">
|
---|
54 | <property name="enabled">
|
---|
55 | <bool>false</bool>
|
---|
56 | </property>
|
---|
57 | <layout class="QGridLayout">
|
---|
58 | <item row="0" column="0">
|
---|
59 | <widget class="QLabel" name="label_2">
|
---|
60 | <property name="text">
|
---|
61 | <string>&Host:</string>
|
---|
62 | </property>
|
---|
63 | <property name="buddy">
|
---|
64 | <cstring>proxy_hostname_edit</cstring>
|
---|
65 | </property>
|
---|
66 | </widget>
|
---|
67 | </item>
|
---|
68 | <item row="0" column="1" colspan="2">
|
---|
69 | <widget class="QLineEdit" name="proxy_hostname_edit"/>
|
---|
70 | </item>
|
---|
71 | <item row="0" column="3">
|
---|
72 | <widget class="QLabel" name="label_3">
|
---|
73 | <property name="text">
|
---|
74 | <string>&Port:</string>
|
---|
75 | </property>
|
---|
76 | <property name="alignment">
|
---|
77 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
78 | </property>
|
---|
79 | <property name="buddy">
|
---|
80 | <cstring>proxy_port_spin</cstring>
|
---|
81 | </property>
|
---|
82 | </widget>
|
---|
83 | </item>
|
---|
84 | <item row="0" column="4">
|
---|
85 | <widget class="QSpinBox" name="proxy_port_spin">
|
---|
86 | <property name="maximum">
|
---|
87 | <number>65535</number>
|
---|
88 | </property>
|
---|
89 | </widget>
|
---|
90 | </item>
|
---|
91 | <item row="1" column="0">
|
---|
92 | <widget class="QLabel" name="label_4">
|
---|
93 | <property name="text">
|
---|
94 | <string>&Username:</string>
|
---|
95 | </property>
|
---|
96 | <property name="buddy">
|
---|
97 | <cstring>proxy_username_edit</cstring>
|
---|
98 | </property>
|
---|
99 | </widget>
|
---|
100 | </item>
|
---|
101 | <item row="1" column="1" colspan="4">
|
---|
102 | <widget class="QLineEdit" name="proxy_username_edit"/>
|
---|
103 | </item>
|
---|
104 | <item row="2" column="0">
|
---|
105 | <widget class="QLabel" name="label_5">
|
---|
106 | <property name="text">
|
---|
107 | <string>Pa&ssword:</string>
|
---|
108 | </property>
|
---|
109 | <property name="buddy">
|
---|
110 | <cstring>proxy_password_edit</cstring>
|
---|
111 | </property>
|
---|
112 | </widget>
|
---|
113 | </item>
|
---|
114 | <item row="2" column="1" colspan="4">
|
---|
115 | <widget class="QLineEdit" name="proxy_password_edit">
|
---|
116 | <property name="echoMode">
|
---|
117 | <enum>QLineEdit::Password</enum>
|
---|
118 | </property>
|
---|
119 | </widget>
|
---|
120 | </item>
|
---|
121 | <item row="3" column="0">
|
---|
122 | <widget class="QLabel" name="label_6">
|
---|
123 | <property name="text">
|
---|
124 | <string>&Type:</string>
|
---|
125 | </property>
|
---|
126 | <property name="buddy">
|
---|
127 | <cstring>proxy_type_combo</cstring>
|
---|
128 | </property>
|
---|
129 | </widget>
|
---|
130 | </item>
|
---|
131 | <item row="3" column="1">
|
---|
132 | <widget class="QComboBox" name="proxy_type_combo"/>
|
---|
133 | </item>
|
---|
134 | <item row="3" column="2" colspan="3">
|
---|
135 | <spacer>
|
---|
136 | <property name="orientation">
|
---|
137 | <enum>Qt::Horizontal</enum>
|
---|
138 | </property>
|
---|
139 | <property name="sizeHint" stdset="0">
|
---|
140 | <size>
|
---|
141 | <width>261</width>
|
---|
142 | <height>20</height>
|
---|
143 | </size>
|
---|
144 | </property>
|
---|
145 | </spacer>
|
---|
146 | </item>
|
---|
147 | </layout>
|
---|
148 | </widget>
|
---|
149 | </item>
|
---|
150 | </layout>
|
---|
151 | </widget>
|
---|
152 | </item>
|
---|
153 | <item>
|
---|
154 | <widget class="QDialogButtonBox" name="buttonBox">
|
---|
155 | <property name="orientation">
|
---|
156 | <enum>Qt::Horizontal</enum>
|
---|
157 | </property>
|
---|
158 | <property name="standardButtons">
|
---|
159 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
160 | </property>
|
---|
161 | </widget>
|
---|
162 | </item>
|
---|
163 | </layout>
|
---|
164 | </widget>
|
---|
165 | <tabstops>
|
---|
166 | <tabstop>server_edit</tabstop>
|
---|
167 | <tabstop>use_proxy_check</tabstop>
|
---|
168 | <tabstop>proxy_hostname_edit</tabstop>
|
---|
169 | <tabstop>proxy_port_spin</tabstop>
|
---|
170 | <tabstop>proxy_username_edit</tabstop>
|
---|
171 | <tabstop>proxy_password_edit</tabstop>
|
---|
172 | <tabstop>proxy_type_combo</tabstop>
|
---|
173 | <tabstop>buttonBox</tabstop>
|
---|
174 | </tabstops>
|
---|
175 | <resources/>
|
---|
176 | <connections>
|
---|
177 | <connection>
|
---|
178 | <sender>buttonBox</sender>
|
---|
179 | <signal>accepted()</signal>
|
---|
180 | <receiver>FindSubtitlesConfigDialog</receiver>
|
---|
181 | <slot>accept()</slot>
|
---|
182 | <hints>
|
---|
183 | <hint type="sourcelabel">
|
---|
184 | <x>248</x>
|
---|
185 | <y>254</y>
|
---|
186 | </hint>
|
---|
187 | <hint type="destinationlabel">
|
---|
188 | <x>157</x>
|
---|
189 | <y>274</y>
|
---|
190 | </hint>
|
---|
191 | </hints>
|
---|
192 | </connection>
|
---|
193 | <connection>
|
---|
194 | <sender>buttonBox</sender>
|
---|
195 | <signal>rejected()</signal>
|
---|
196 | <receiver>FindSubtitlesConfigDialog</receiver>
|
---|
197 | <slot>reject()</slot>
|
---|
198 | <hints>
|
---|
199 | <hint type="sourcelabel">
|
---|
200 | <x>316</x>
|
---|
201 | <y>260</y>
|
---|
202 | </hint>
|
---|
203 | <hint type="destinationlabel">
|
---|
204 | <x>286</x>
|
---|
205 | <y>274</y>
|
---|
206 | </hint>
|
---|
207 | </hints>
|
---|
208 | </connection>
|
---|
209 | <connection>
|
---|
210 | <sender>use_proxy_check</sender>
|
---|
211 | <signal>toggled(bool)</signal>
|
---|
212 | <receiver>proxy_container</receiver>
|
---|
213 | <slot>setEnabled(bool)</slot>
|
---|
214 | <hints>
|
---|
215 | <hint type="sourcelabel">
|
---|
216 | <x>260</x>
|
---|
217 | <y>91</y>
|
---|
218 | </hint>
|
---|
219 | <hint type="destinationlabel">
|
---|
220 | <x>260</x>
|
---|
221 | <y>179</y>
|
---|
222 | </hint>
|
---|
223 | </hints>
|
---|
224 | </connection>
|
---|
225 | </connections>
|
---|
226 | </ui>
|
---|