diff -r dff8babf4707 -r c48c615c04a3 src/eric7/Preferences/ConfigurationPages/Ui_MicroPythonPage.py --- a/src/eric7/Preferences/ConfigurationPages/Ui_MicroPythonPage.py Sat Apr 26 12:00:21 2025 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/Ui_MicroPythonPage.py Sat Apr 26 12:34:32 2025 +0200 @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui' # -# Created by: PyQt6 UI code generator 6.7.0 +# Created by: PyQt6 UI code generator 6.9.0 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. @@ -12,7 +12,7 @@ class Ui_MicroPythonPage(object): def setupUi(self, MicroPythonPage): MicroPythonPage.setObjectName("MicroPythonPage") - MicroPythonPage.resize(541, 2150) + MicroPythonPage.resize(541, 2039) self.verticalLayout_3 = QtWidgets.QVBoxLayout(MicroPythonPage) self.verticalLayout_3.setObjectName("verticalLayout_3") self.headerLabel = QtWidgets.QLabel(parent=MicroPythonPage) @@ -239,6 +239,9 @@ self.horizontalLayout_7.addItem(spacerItem3) self.gridLayout_10.addWidget(self.ipv4GroupBox, 3, 0, 1, 3) self.verticalLayout_2.addWidget(self.groupBox_15) + self.picowirelessCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_13) + self.picowirelessCheckBox.setObjectName("picowirelessCheckBox") + self.verticalLayout_2.addWidget(self.picowirelessCheckBox) self.verticalLayout_3.addWidget(self.groupBox_13) self.groupBox_16 = QtWidgets.QGroupBox(parent=MicroPythonPage) self.groupBox_16.setObjectName("groupBox_16") @@ -472,13 +475,14 @@ MicroPythonPage.setTabOrder(self.apSsidEdit, self.apPasswordEdit) MicroPythonPage.setTabOrder(self.apPasswordEdit, self.apShowPasswordButton) MicroPythonPage.setTabOrder(self.apShowPasswordButton, self.apSecurityComboBox) - MicroPythonPage.setTabOrder(self.apSecurityComboBox, self.ntpServerEdit) + MicroPythonPage.setTabOrder(self.apSecurityComboBox, self.picowirelessCheckBox) + MicroPythonPage.setTabOrder(self.picowirelessCheckBox, self.ntpServerEdit) MicroPythonPage.setTabOrder(self.ntpServerEdit, self.ntpOffsetSpinBox) MicroPythonPage.setTabOrder(self.ntpOffsetSpinBox, self.ntpDstCheckBox) MicroPythonPage.setTabOrder(self.ntpDstCheckBox, self.ntpTimeoutSpinBox) - MicroPythonPage.setTabOrder(self.ntpTimeoutSpinBox, self.mpyCrossPicker) - MicroPythonPage.setTabOrder(self.mpyCrossPicker, self.mpyCrossInstallButton) - MicroPythonPage.setTabOrder(self.mpyCrossInstallButton, self.dfuUtilPathPicker) + MicroPythonPage.setTabOrder(self.ntpTimeoutSpinBox, self.mpyCrossInstallButton) + MicroPythonPage.setTabOrder(self.mpyCrossInstallButton, self.mpyCrossPicker) + MicroPythonPage.setTabOrder(self.mpyCrossPicker, self.dfuUtilPathPicker) MicroPythonPage.setTabOrder(self.dfuUtilPathPicker, self.stInfoPathPicker) MicroPythonPage.setTabOrder(self.stInfoPathPicker, self.stFlashPathPicker) MicroPythonPage.setTabOrder(self.stFlashPathPicker, self.micropythonFirmwareUrlLineEdit) @@ -542,6 +546,7 @@ self.label_25.setText(_translate("MicroPythonPage", "Netmask:")) self.label_26.setText(_translate("MicroPythonPage", "Gateway:")) self.label_27.setText(_translate("MicroPythonPage", "DNS:")) + self.picowirelessCheckBox.setText(_translate("MicroPythonPage", "Disable Support for Pimoroni Wireless Pack")) self.groupBox_16.setTitle(_translate("MicroPythonPage", "NTP Parameter")) self.label_29.setText(_translate("MicroPythonPage", "NTP Server:")) self.ntpServerEdit.setToolTip(_translate("MicroPythonPage", "Enter the name of the NTP server."))