--- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui Mon Feb 20 11:42:45 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui Mon Feb 20 16:02:02 2023 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>541</width> - <height>1551</height> + <height>1617</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -328,7 +328,7 @@ <item row="0" column="1" colspan="2"> <widget class="QLineEdit" name="apSsidEdit"> <property name="toolTip"> - <string>Enter the network name (SSID) to publih</string> + <string>Enter the network name (SSID) to publish</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> @@ -365,6 +365,37 @@ </property> </widget> </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_23"> + <property name="text"> + <string>Security:</string> + </property> + </widget> + </item> + <item row="2" column="1" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item> + <widget class="QComboBox" name="apSecurityComboBox"> + <property name="toolTip"> + <string>Select the security mode</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> </layout> </widget> </item> @@ -725,6 +756,7 @@ <tabstop>apSsidEdit</tabstop> <tabstop>apPasswordEdit</tabstop> <tabstop>apShowPasswordButton</tabstop> + <tabstop>apSecurityComboBox</tabstop> <tabstop>mpyCrossPicker</tabstop> <tabstop>dfuUtilPathPicker</tabstop> <tabstop>micropythonFirmwareUrlLineEdit</tabstop>