--- a/src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py Thu Apr 10 18:39:29 2025 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py Sun Apr 13 14:46:18 2025 +0200 @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.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. @@ -140,24 +140,6 @@ self.textLabel1_8_2_2_8.setObjectName("textLabel1_8_2_2_8") self.verticalLayout_8.addWidget(self.textLabel1_8_2_2_8) self.verticalLayout.addWidget(self.pyqt6Group) - self.pyside2Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage) - self.pyside2Group.setObjectName("pyside2Group") - self.verticalLayout_10 = QtWidgets.QVBoxLayout(self.pyside2Group) - self.verticalLayout_10.setObjectName("verticalLayout_10") - self.pyside2DocDirPicker = EricPathPicker(parent=self.pyside2Group) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(self.pyside2DocDirPicker.sizePolicy().hasHeightForWidth()) - self.pyside2DocDirPicker.setSizePolicy(sizePolicy) - self.pyside2DocDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus) - self.pyside2DocDirPicker.setObjectName("pyside2DocDirPicker") - self.verticalLayout_10.addWidget(self.pyside2DocDirPicker) - self.textLabel1_8_2_3 = QtWidgets.QLabel(parent=self.pyside2Group) - self.textLabel1_8_2_3.setWordWrap(True) - self.textLabel1_8_2_3.setObjectName("textLabel1_8_2_3") - self.verticalLayout_10.addWidget(self.textLabel1_8_2_3) - self.verticalLayout.addWidget(self.pyside2Group) self.pyside6Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage) self.pyside6Group.setObjectName("pyside6Group") self.verticalLayout_11 = QtWidgets.QVBoxLayout(self.pyside6Group) @@ -187,8 +169,7 @@ HelpDocumentationPage.setTabOrder(self.qt5DocDirPicker, self.qt6DocDirPicker) HelpDocumentationPage.setTabOrder(self.qt6DocDirPicker, self.pyqt5DocDirPicker) HelpDocumentationPage.setTabOrder(self.pyqt5DocDirPicker, self.pyqt6DocDirPicker) - HelpDocumentationPage.setTabOrder(self.pyqt6DocDirPicker, self.pyside2DocDirPicker) - HelpDocumentationPage.setTabOrder(self.pyside2DocDirPicker, self.pyside6DocDirPicker) + HelpDocumentationPage.setTabOrder(self.pyqt6DocDirPicker, self.pyside6DocDirPicker) def retranslateUi(self, HelpDocumentationPage): _translate = QtCore.QCoreApplication.translate @@ -214,9 +195,6 @@ self.pyqt6Group.setTitle(_translate("HelpDocumentationPage", "PyQt6 Documentation")) self.pyqt6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt6 documentation directory")) self.textLabel1_8_2_2_8.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT6DOCDIR environment variable, if set.")) - self.pyside2Group.setTitle(_translate("HelpDocumentationPage", "PySide2 Documentation")) - self.pyside2DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PySide2 documentation directory")) - self.textLabel1_8_2_3.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set.")) self.pyside6Group.setTitle(_translate("HelpDocumentationPage", "PySide6 Documentation")) self.pyside6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PySide6 documentation directory")) self.textLabel1_8_2_4.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYSIDE6DOCDIR environment variable, if set."))