src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
mpy_network
changeset 9776
210bf87ae5c7
parent 9498
d48061567354
child 9779
8d3c7c991085
equal deleted inserted replaced
9775:c6806d24468b 9776:210bf87ae5c7
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>541</width> 9 <width>541</width>
10 <height>1293</height> 10 <height>1407</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2"> 13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
231 <property name="focusPolicy"> 231 <property name="focusPolicy">
232 <enum>Qt::WheelFocus</enum> 232 <enum>Qt::WheelFocus</enum>
233 </property> 233 </property>
234 <property name="toolTip"> 234 <property name="toolTip">
235 <string>Enter the path of the cross compiler executable</string> 235 <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>
236 </property> 292 </property>
237 </widget> 293 </widget>
238 </item> 294 </item>
239 </layout> 295 </layout>
240 </widget> 296 </widget>
553 <tabstop>syncTimeCheckBox</tabstop> 609 <tabstop>syncTimeCheckBox</tabstop>
554 <tabstop>colorSchemeComboBox</tabstop> 610 <tabstop>colorSchemeComboBox</tabstop>
555 <tabstop>replWrapCheckBox</tabstop> 611 <tabstop>replWrapCheckBox</tabstop>
556 <tabstop>chartThemeComboBox</tabstop> 612 <tabstop>chartThemeComboBox</tabstop>
557 <tabstop>mpyCrossPicker</tabstop> 613 <tabstop>mpyCrossPicker</tabstop>
614 <tabstop>ssidEdit</tabstop>
615 <tabstop>passwordEdit</tabstop>
616 <tabstop>showPasswordButton</tabstop>
558 <tabstop>dfuUtilPathPicker</tabstop> 617 <tabstop>dfuUtilPathPicker</tabstop>
559 <tabstop>micropythonFirmwareUrlLineEdit</tabstop> 618 <tabstop>micropythonFirmwareUrlLineEdit</tabstop>
560 <tabstop>micropythonDocuUrlLineEdit</tabstop> 619 <tabstop>micropythonDocuUrlLineEdit</tabstop>
561 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop> 620 <tabstop>circuitpythonFirmwareUrlLineEdit</tabstop>
562 <tabstop>circuitpythonLibrariesUrlLineEdit</tabstop> 621 <tabstop>circuitpythonLibrariesUrlLineEdit</tabstop>

eric ide

mercurial