|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>NetworkPage</class> |
|
4 <widget class="QWidget" name="NetworkPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>589</width> |
|
10 <height>563</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Network</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9_3"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
36 <item> |
|
37 <widget class="QLabel" name="label_6"> |
|
38 <property name="text"> |
|
39 <string>Download directory:</string> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QLineEdit" name="downloadDirEdit"> |
|
45 <property name="toolTip"> |
|
46 <string>Enter the download directory (leave empty to use the default location)</string> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QPushButton" name="downloadDirButton"> |
|
52 <property name="toolTip"> |
|
53 <string>Select the download directory via a directory selection dialog</string> |
|
54 </property> |
|
55 <property name="text"> |
|
56 <string>...</string> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 </layout> |
|
61 </item> |
|
62 <item> |
|
63 <widget class="QCheckBox" name="requestFilenameCheckBox"> |
|
64 <property name="toolTip"> |
|
65 <string>Select to ask the user for a download filename</string> |
|
66 </property> |
|
67 <property name="text"> |
|
68 <string>Request name of downloaded file</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item> |
|
73 <widget class="QGroupBox" name="proxyGroup"> |
|
74 <property name="toolTip"> |
|
75 <string>Select to use a web proxy</string> |
|
76 </property> |
|
77 <property name="title"> |
|
78 <string>Use network proxy</string> |
|
79 </property> |
|
80 <property name="checkable"> |
|
81 <bool>true</bool> |
|
82 </property> |
|
83 <property name="checked"> |
|
84 <bool>false</bool> |
|
85 </property> |
|
86 <layout class="QGridLayout" name="gridLayout"> |
|
87 <item row="0" column="0"> |
|
88 <widget class="QLabel" name="label_5"> |
|
89 <property name="text"> |
|
90 <string>Proxy-Type:</string> |
|
91 </property> |
|
92 </widget> |
|
93 </item> |
|
94 <item row="0" column="1" colspan="2"> |
|
95 <widget class="QComboBox" name="proxyTypeCombo"> |
|
96 <property name="toolTip"> |
|
97 <string>Select the type of the proxy</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="1" column="0"> |
|
102 <widget class="QLabel" name="label"> |
|
103 <property name="text"> |
|
104 <string>Proxy-Host:</string> |
|
105 </property> |
|
106 </widget> |
|
107 </item> |
|
108 <item row="1" column="1" colspan="2"> |
|
109 <widget class="QLineEdit" name="proxyHostEdit"> |
|
110 <property name="toolTip"> |
|
111 <string>Enter the name of the proxy host</string> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="2" column="0"> |
|
116 <widget class="QLabel" name="label_2"> |
|
117 <property name="text"> |
|
118 <string>Proxy-Port:</string> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="2" column="1"> |
|
123 <widget class="QSpinBox" name="proxyPortSpin"> |
|
124 <property name="toolTip"> |
|
125 <string>Enter the proxy port</string> |
|
126 </property> |
|
127 <property name="alignment"> |
|
128 <set>Qt::AlignRight</set> |
|
129 </property> |
|
130 <property name="minimum"> |
|
131 <number>1</number> |
|
132 </property> |
|
133 <property name="maximum"> |
|
134 <number>65535</number> |
|
135 </property> |
|
136 <property name="value"> |
|
137 <number>80</number> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="2" column="2"> |
|
142 <spacer> |
|
143 <property name="orientation"> |
|
144 <enum>Qt::Horizontal</enum> |
|
145 </property> |
|
146 <property name="sizeHint" stdset="0"> |
|
147 <size> |
|
148 <width>40</width> |
|
149 <height>20</height> |
|
150 </size> |
|
151 </property> |
|
152 </spacer> |
|
153 </item> |
|
154 <item row="3" column="0"> |
|
155 <widget class="QLabel" name="label_3"> |
|
156 <property name="text"> |
|
157 <string>Username:</string> |
|
158 </property> |
|
159 </widget> |
|
160 </item> |
|
161 <item row="3" column="1" colspan="2"> |
|
162 <widget class="QLineEdit" name="proxyUserEdit"> |
|
163 <property name="toolTip"> |
|
164 <string>Enter the username for the proxy</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item row="4" column="0"> |
|
169 <widget class="QLabel" name="label_4"> |
|
170 <property name="text"> |
|
171 <string>Password:</string> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 <item row="4" column="1" colspan="2"> |
|
176 <widget class="QLineEdit" name="proxyPasswordEdit"> |
|
177 <property name="toolTip"> |
|
178 <string>Enter the password for the proxy</string> |
|
179 </property> |
|
180 <property name="echoMode"> |
|
181 <enum>QLineEdit::Password</enum> |
|
182 </property> |
|
183 </widget> |
|
184 </item> |
|
185 </layout> |
|
186 </widget> |
|
187 </item> |
|
188 <item> |
|
189 <spacer> |
|
190 <property name="orientation"> |
|
191 <enum>Qt::Vertical</enum> |
|
192 </property> |
|
193 <property name="sizeHint" stdset="0"> |
|
194 <size> |
|
195 <width>571</width> |
|
196 <height>21</height> |
|
197 </size> |
|
198 </property> |
|
199 </spacer> |
|
200 </item> |
|
201 </layout> |
|
202 </widget> |
|
203 <tabstops> |
|
204 <tabstop>downloadDirEdit</tabstop> |
|
205 <tabstop>downloadDirButton</tabstop> |
|
206 <tabstop>requestFilenameCheckBox</tabstop> |
|
207 <tabstop>proxyGroup</tabstop> |
|
208 <tabstop>proxyTypeCombo</tabstop> |
|
209 <tabstop>proxyHostEdit</tabstop> |
|
210 <tabstop>proxyPortSpin</tabstop> |
|
211 <tabstop>proxyUserEdit</tabstop> |
|
212 <tabstop>proxyPasswordEdit</tabstop> |
|
213 </tabstops> |
|
214 <resources/> |
|
215 <connections/> |
|
216 </ui> |