--- a/src/eric7/Preferences/ConfigurationPages/Ui_PipPage.py Sun May 04 16:38:04 2025 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/Ui_PipPage.py Mon May 05 09:20:18 2025 +0200 @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/PipPage.ui' # -# Created by: PyQt6 UI code generator 6.8.1 +# 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. @@ -75,9 +75,6 @@ self.noGlobalsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) self.noGlobalsCheckBox.setObjectName("noGlobalsCheckBox") self.verticalLayout_2.addWidget(self.noGlobalsCheckBox) - self.noCondaCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) - self.noCondaCheckBox.setObjectName("noCondaCheckBox") - self.verticalLayout_2.addWidget(self.noCondaCheckBox) self.verticalLayout_3.addWidget(self.groupBox) self.groupBox_3 = QtWidgets.QGroupBox(parent=PipPage) self.groupBox_3.setObjectName("groupBox_3") @@ -103,8 +100,7 @@ PipPage.setTabOrder(self.vulnerabilityGroup, self.safetyDbMirrorEdit) PipPage.setTabOrder(self.safetyDbMirrorEdit, self.validitySpinBox) PipPage.setTabOrder(self.validitySpinBox, self.noGlobalsCheckBox) - PipPage.setTabOrder(self.noGlobalsCheckBox, self.noCondaCheckBox) - PipPage.setTabOrder(self.noCondaCheckBox, self.searchMarkerColourButton) + PipPage.setTabOrder(self.noGlobalsCheckBox, self.searchMarkerColourButton) def retranslateUi(self, PipPage): _translate = QtCore.QCoreApplication.translate @@ -121,8 +117,6 @@ self.groupBox.setTitle(_translate("PipPage", "Environment")) self.noGlobalsCheckBox.setToolTip(_translate("PipPage", "Select to exclude global environments")) self.noGlobalsCheckBox.setText(_translate("PipPage", "Don\'t show global environments")) - self.noCondaCheckBox.setToolTip(_translate("PipPage", "Select to exclude conda managed environments")) - self.noCondaCheckBox.setText(_translate("PipPage", "Don\'t show \'Conda\' environments")) self.groupBox_3.setTitle(_translate("PipPage", "Dependencies List")) self.label_3.setText(_translate("PipPage", "Search Marker Background:")) self.searchMarkerColourButton.setToolTip(_translate("PipPage", "Select the color for the search highlight of the dependencies list."))