206 </item> |
206 </item> |
207 </layout> |
207 </layout> |
208 </widget> |
208 </widget> |
209 </item> |
209 </item> |
210 <item> |
210 <item> |
|
211 <widget class="QGroupBox" name="groupBox_13"> |
|
212 <property name="title"> |
|
213 <string>WiFi</string> |
|
214 </property> |
|
215 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
216 <item> |
|
217 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
218 <item> |
|
219 <widget class="QLabel" name="label_13"> |
|
220 <property name="text"> |
|
221 <string>Country:</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 <item> |
|
226 <widget class="QLineEdit" name="countryEdit"> |
|
227 <property name="sizePolicy"> |
|
228 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
229 <horstretch>0</horstretch> |
|
230 <verstretch>0</verstretch> |
|
231 </sizepolicy> |
|
232 </property> |
|
233 <property name="toolTip"> |
|
234 <string>Enter the country code for the WiFi interface</string> |
|
235 </property> |
|
236 <property name="maxLength"> |
|
237 <number>3</number> |
|
238 </property> |
|
239 <property name="clearButtonEnabled"> |
|
240 <bool>true</bool> |
|
241 </property> |
|
242 </widget> |
|
243 </item> |
|
244 <item> |
|
245 <spacer name="horizontalSpacer_2"> |
|
246 <property name="orientation"> |
|
247 <enum>Qt::Horizontal</enum> |
|
248 </property> |
|
249 <property name="sizeHint" stdset="0"> |
|
250 <size> |
|
251 <width>40</width> |
|
252 <height>20</height> |
|
253 </size> |
|
254 </property> |
|
255 </spacer> |
|
256 </item> |
|
257 </layout> |
|
258 </item> |
|
259 <item> |
|
260 <widget class="QGroupBox" name="groupBox_14"> |
|
261 <property name="title"> |
|
262 <string>Client</string> |
|
263 </property> |
|
264 <layout class="QGridLayout" name="gridLayout_8"> |
|
265 <item row="0" column="0"> |
|
266 <widget class="QLabel" name="label_8"> |
|
267 <property name="text"> |
|
268 <string>Name:</string> |
|
269 </property> |
|
270 </widget> |
|
271 </item> |
|
272 <item row="0" column="1" colspan="2"> |
|
273 <widget class="QLineEdit" name="ssidEdit"> |
|
274 <property name="toolTip"> |
|
275 <string>Enter the network name (SSID) to connect to</string> |
|
276 </property> |
|
277 <property name="clearButtonEnabled"> |
|
278 <bool>true</bool> |
|
279 </property> |
|
280 </widget> |
|
281 </item> |
|
282 <item row="1" column="0"> |
|
283 <widget class="QLabel" name="label_9"> |
|
284 <property name="text"> |
|
285 <string>Password:</string> |
|
286 </property> |
|
287 </widget> |
|
288 </item> |
|
289 <item row="1" column="1"> |
|
290 <widget class="QLineEdit" name="passwordEdit"> |
|
291 <property name="toolTip"> |
|
292 <string>Enter the network password</string> |
|
293 </property> |
|
294 <property name="echoMode"> |
|
295 <enum>QLineEdit::Password</enum> |
|
296 </property> |
|
297 <property name="clearButtonEnabled"> |
|
298 <bool>true</bool> |
|
299 </property> |
|
300 </widget> |
|
301 </item> |
|
302 <item row="1" column="2"> |
|
303 <widget class="QToolButton" name="showPasswordButton"> |
|
304 <property name="toolTip"> |
|
305 <string>Press to show the password</string> |
|
306 </property> |
|
307 <property name="checkable"> |
|
308 <bool>true</bool> |
|
309 </property> |
|
310 </widget> |
|
311 </item> |
|
312 </layout> |
|
313 </widget> |
|
314 </item> |
|
315 <item> |
|
316 <widget class="QGroupBox" name="groupBox_15"> |
|
317 <property name="title"> |
|
318 <string>Access Point</string> |
|
319 </property> |
|
320 <layout class="QGridLayout" name="gridLayout_9"> |
|
321 <item row="0" column="0"> |
|
322 <widget class="QLabel" name="label_10"> |
|
323 <property name="text"> |
|
324 <string>Name:</string> |
|
325 </property> |
|
326 </widget> |
|
327 </item> |
|
328 <item row="0" column="1" colspan="2"> |
|
329 <widget class="QLineEdit" name="apSsidEdit"> |
|
330 <property name="toolTip"> |
|
331 <string>Enter the network name (SSID) to publih</string> |
|
332 </property> |
|
333 <property name="clearButtonEnabled"> |
|
334 <bool>true</bool> |
|
335 </property> |
|
336 </widget> |
|
337 </item> |
|
338 <item row="1" column="0"> |
|
339 <widget class="QLabel" name="label_12"> |
|
340 <property name="text"> |
|
341 <string>Password:</string> |
|
342 </property> |
|
343 </widget> |
|
344 </item> |
|
345 <item row="1" column="1"> |
|
346 <widget class="QLineEdit" name="apPasswordEdit"> |
|
347 <property name="toolTip"> |
|
348 <string>Enter the network password</string> |
|
349 </property> |
|
350 <property name="echoMode"> |
|
351 <enum>QLineEdit::Password</enum> |
|
352 </property> |
|
353 <property name="clearButtonEnabled"> |
|
354 <bool>true</bool> |
|
355 </property> |
|
356 </widget> |
|
357 </item> |
|
358 <item row="1" column="2"> |
|
359 <widget class="QToolButton" name="apShowPasswordButton"> |
|
360 <property name="toolTip"> |
|
361 <string>Press to show the password</string> |
|
362 </property> |
|
363 <property name="checkable"> |
|
364 <bool>true</bool> |
|
365 </property> |
|
366 </widget> |
|
367 </item> |
|
368 </layout> |
|
369 </widget> |
|
370 </item> |
|
371 </layout> |
|
372 </widget> |
|
373 </item> |
|
374 <item> |
211 <widget class="QGroupBox" name="groupBox_3"> |
375 <widget class="QGroupBox" name="groupBox_3"> |
212 <property name="title"> |
376 <property name="title"> |
213 <string>MPY Cross Compiler</string> |
377 <string>MPY Cross Compiler</string> |
214 </property> |
378 </property> |
215 <layout class="QHBoxLayout" name="horizontalLayout"> |
379 <layout class="QHBoxLayout" name="horizontalLayout"> |
231 <property name="focusPolicy"> |
395 <property name="focusPolicy"> |
232 <enum>Qt::WheelFocus</enum> |
396 <enum>Qt::WheelFocus</enum> |
233 </property> |
397 </property> |
234 <property name="toolTip"> |
398 <property name="toolTip"> |
235 <string>Enter the path of the cross compiler executable</string> |
399 <string>Enter the path of the cross compiler executable</string> |
236 </property> |
|
237 </widget> |
|
238 </item> |
|
239 </layout> |
|
240 </widget> |
|
241 </item> |
|
242 <item> |
|
243 <widget class="QGroupBox" name="groupBox_13"> |
|
244 <property name="title"> |
|
245 <string>WiFi</string> |
|
246 </property> |
|
247 <layout class="QGridLayout" name="gridLayout_8"> |
|
248 <item row="0" column="0"> |
|
249 <widget class="QLabel" name="label_8"> |
|
250 <property name="text"> |
|
251 <string>Name:</string> |
|
252 </property> |
|
253 </widget> |
|
254 </item> |
|
255 <item row="0" column="1" colspan="2"> |
|
256 <widget class="QLineEdit" name="ssidEdit"> |
|
257 <property name="toolTip"> |
|
258 <string>Enter the network name (SSID) to connect to</string> |
|
259 </property> |
|
260 <property name="clearButtonEnabled"> |
|
261 <bool>true</bool> |
|
262 </property> |
|
263 </widget> |
|
264 </item> |
|
265 <item row="1" column="0"> |
|
266 <widget class="QLabel" name="label_9"> |
|
267 <property name="text"> |
|
268 <string>Password:</string> |
|
269 </property> |
|
270 </widget> |
|
271 </item> |
|
272 <item row="1" column="1"> |
|
273 <widget class="QLineEdit" name="passwordEdit"> |
|
274 <property name="toolTip"> |
|
275 <string>Enter the network password</string> |
|
276 </property> |
|
277 <property name="echoMode"> |
|
278 <enum>QLineEdit::Password</enum> |
|
279 </property> |
|
280 <property name="clearButtonEnabled"> |
|
281 <bool>true</bool> |
|
282 </property> |
|
283 </widget> |
|
284 </item> |
|
285 <item row="1" column="2"> |
|
286 <widget class="QToolButton" name="showPasswordButton"> |
|
287 <property name="toolTip"> |
|
288 <string>Press to show the password</string> |
|
289 </property> |
|
290 <property name="checkable"> |
|
291 <bool>true</bool> |
|
292 </property> |
400 </property> |
293 </widget> |
401 </widget> |
294 </item> |
402 </item> |
295 </layout> |
403 </layout> |
296 </widget> |
404 </widget> |
608 <tabstop>timeoutSpinBox</tabstop> |
716 <tabstop>timeoutSpinBox</tabstop> |
609 <tabstop>syncTimeCheckBox</tabstop> |
717 <tabstop>syncTimeCheckBox</tabstop> |
610 <tabstop>colorSchemeComboBox</tabstop> |
718 <tabstop>colorSchemeComboBox</tabstop> |
611 <tabstop>replWrapCheckBox</tabstop> |
719 <tabstop>replWrapCheckBox</tabstop> |
612 <tabstop>chartThemeComboBox</tabstop> |
720 <tabstop>chartThemeComboBox</tabstop> |
613 <tabstop>mpyCrossPicker</tabstop> |
721 <tabstop>countryEdit</tabstop> |
614 <tabstop>ssidEdit</tabstop> |
722 <tabstop>ssidEdit</tabstop> |
615 <tabstop>passwordEdit</tabstop> |
723 <tabstop>passwordEdit</tabstop> |
616 <tabstop>showPasswordButton</tabstop> |
724 <tabstop>showPasswordButton</tabstop> |
|
725 <tabstop>apSsidEdit</tabstop> |
|
726 <tabstop>apPasswordEdit</tabstop> |
|
727 <tabstop>apShowPasswordButton</tabstop> |
|
728 <tabstop>mpyCrossPicker</tabstop> |
617 <tabstop>dfuUtilPathPicker</tabstop> |
729 <tabstop>dfuUtilPathPicker</tabstop> |
618 <tabstop>micropythonFirmwareUrlLineEdit</tabstop> |
730 <tabstop>micropythonFirmwareUrlLineEdit</tabstop> |
619 <tabstop>micropythonDocuUrlLineEdit</tabstop> |
731 <tabstop>micropythonDocuUrlLineEdit</tabstop> |
620 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> |
732 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> |
621 <tabstop>circuitpythonLibrariesUrlLineEdit</tabstop> |
733 <tabstop>circuitpythonLibrariesUrlLineEdit</tabstop> |