Recompiled the Interface configuration page. eric7

Thu, 08 May 2025 16:09:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 08 May 2025 16:09:46 +0200
branch
eric7
changeset 11274
efa1bdc53d4e
parent 11273
08262d5d2c9f
child 11275
933c08329e8b

Recompiled the Interface configuration page.

src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py file | annotate | diff | comparison | revisions
--- a/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py	Wed May 07 18:30:34 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py	Thu May 08 16:09:46 2025 +0200
@@ -243,12 +243,9 @@
         self.pypiCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
         self.pypiCheckBox.setObjectName("pypiCheckBox")
         self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1)
-        self.cooperationCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
-        self.cooperationCheckBox.setObjectName("cooperationCheckBox")
-        self.gridLayout_4.addWidget(self.cooperationCheckBox, 2, 0, 1, 1)
         self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
         self.microPythonCheckBox.setObjectName("microPythonCheckBox")
-        self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 1, 1, 1)
+        self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 0, 1, 1)
         self.verticalLayout.addWidget(self.leftRightGroupBox)
         self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3)
         self.groupBox_11.setObjectName("groupBox_11")
@@ -300,8 +297,8 @@
         InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox)
         InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox)
         InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox)
-        InterfacePage.setTabOrder(self.pypiCheckBox, self.cooperationCheckBox)
-        InterfacePage.setTabOrder(self.cooperationCheckBox, self.numbersCheckBox)
+        InterfacePage.setTabOrder(self.pypiCheckBox, self.microPythonCheckBox)
+        InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox)
         InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton)
 
     def retranslateUi(self, InterfacePage):
@@ -371,8 +368,6 @@
         self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager"))
         self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget"))
         self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager"))
-        self.cooperationCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Cooperation widget"))
-        self.cooperationCheckBox.setText(_translate("InterfacePage", "Cooperation"))
         self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget"))
         self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython"))
         self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side"))

eric ide

mercurial