src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py

branch
eric7
changeset 11227
023943c77c42
parent 10949
2057b1b198a5
diff -r 84cbcddd7d10 -r 023943c77c42 src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py
--- a/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py	Fri Apr 18 16:56:34 2025 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py	Fri Apr 18 17:25:18 2025 +0200
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/InterfacePage.ui'
 #
-# Created by: PyQt6 UI code generator 6.7.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.
@@ -246,12 +246,9 @@
         self.cooperationCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
         self.cooperationCheckBox.setObjectName("cooperationCheckBox")
         self.gridLayout_4.addWidget(self.cooperationCheckBox, 2, 0, 1, 1)
-        self.ircCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
-        self.ircCheckBox.setObjectName("ircCheckBox")
-        self.gridLayout_4.addWidget(self.ircCheckBox, 2, 1, 1, 1)
         self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
         self.microPythonCheckBox.setObjectName("microPythonCheckBox")
-        self.gridLayout_4.addWidget(self.microPythonCheckBox, 3, 0, 1, 1)
+        self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 1, 1, 1)
         self.verticalLayout.addWidget(self.leftRightGroupBox)
         self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3)
         self.groupBox_11.setObjectName("groupBox_11")
@@ -304,9 +301,7 @@
         InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox)
         InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox)
         InterfacePage.setTabOrder(self.pypiCheckBox, self.cooperationCheckBox)
-        InterfacePage.setTabOrder(self.cooperationCheckBox, self.ircCheckBox)
-        InterfacePage.setTabOrder(self.ircCheckBox, self.microPythonCheckBox)
-        InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox)
+        InterfacePage.setTabOrder(self.cooperationCheckBox, self.numbersCheckBox)
         InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton)
 
     def retranslateUi(self, InterfacePage):
@@ -378,8 +373,6 @@
         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.ircCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the IRC widget"))
-        self.ircCheckBox.setText(_translate("InterfacePage", "IRC"))
         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