src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
mpy_network
changeset 9776
210bf87ae5c7
parent 9498
d48061567354
child 9779
8d3c7c991085
diff -r c6806d24468b -r 210bf87ae5c7 src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui
--- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui	Sat Feb 18 10:11:44 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui	Sat Feb 18 18:12:32 2023 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>541</width>
-    <height>1293</height>
+    <height>1407</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_2">
@@ -240,6 +240,62 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_13">
+     <property name="title">
+      <string>WiFi</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_8">
+      <item row="0" column="0">
+       <widget class="QLabel" name="label_8">
+        <property name="text">
+         <string>Name:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1" colspan="2">
+       <widget class="QLineEdit" name="ssidEdit">
+        <property name="toolTip">
+         <string>Enter the network name (SSID) to connect to</string>
+        </property>
+        <property name="clearButtonEnabled">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLabel" name="label_9">
+        <property name="text">
+         <string>Password:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
+       <widget class="QLineEdit" name="passwordEdit">
+        <property name="toolTip">
+         <string>Enter the network password</string>
+        </property>
+        <property name="echoMode">
+         <enum>QLineEdit::Password</enum>
+        </property>
+        <property name="clearButtonEnabled">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="2">
+       <widget class="QToolButton" name="showPasswordButton">
+        <property name="toolTip">
+         <string>Press to show the password</string>
+        </property>
+        <property name="checkable">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_5">
      <property name="title">
       <string>PyBoard</string>
@@ -555,6 +611,9 @@
   <tabstop>replWrapCheckBox</tabstop>
   <tabstop>chartThemeComboBox</tabstop>
   <tabstop>mpyCrossPicker</tabstop>
+  <tabstop>ssidEdit</tabstop>
+  <tabstop>passwordEdit</tabstop>
+  <tabstop>showPasswordButton</tabstop>
   <tabstop>dfuUtilPathPicker</tabstop>
   <tabstop>micropythonFirmwareUrlLineEdit</tabstop>
   <tabstop>micropythonDocuUrlLineEdit</tabstop>

eric ide

mercurial