source: smplayer/trunk/src/findsubtitles/findsubtitlesconfigdialog.ui@ 93

Last change on this file since 93 was 93, checked in by Silvan Scherrer, 15 years ago

smplayer: 0.6.9

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