src/eric7/Preferences/ConfigurationPages/Ui_HelpDocumentationPage.py

branch
eric7
changeset 11216
a1471981ef18
parent 10745
2921faddeaec
child 11217
856628e8a303
equal deleted inserted replaced
11215:d07c71a34adf 11216:a1471981ef18
1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui' 1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/HelpDocumentationPage.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.7.0 3 # Created by: PyQt6 UI code generator 6.9.0
4 # 4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is 5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing. 6 # run again. Do not edit this file unless you know what you are doing.
7 7
8 8
138 self.textLabel1_8_2_2_8 = QtWidgets.QLabel(parent=self.pyqt6Group) 138 self.textLabel1_8_2_2_8 = QtWidgets.QLabel(parent=self.pyqt6Group)
139 self.textLabel1_8_2_2_8.setWordWrap(True) 139 self.textLabel1_8_2_2_8.setWordWrap(True)
140 self.textLabel1_8_2_2_8.setObjectName("textLabel1_8_2_2_8") 140 self.textLabel1_8_2_2_8.setObjectName("textLabel1_8_2_2_8")
141 self.verticalLayout_8.addWidget(self.textLabel1_8_2_2_8) 141 self.verticalLayout_8.addWidget(self.textLabel1_8_2_2_8)
142 self.verticalLayout.addWidget(self.pyqt6Group) 142 self.verticalLayout.addWidget(self.pyqt6Group)
143 self.pyside2Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
144 self.pyside2Group.setObjectName("pyside2Group")
145 self.verticalLayout_10 = QtWidgets.QVBoxLayout(self.pyside2Group)
146 self.verticalLayout_10.setObjectName("verticalLayout_10")
147 self.pyside2DocDirPicker = EricPathPicker(parent=self.pyside2Group)
148 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Preferred)
149 sizePolicy.setHorizontalStretch(0)
150 sizePolicy.setVerticalStretch(0)
151 sizePolicy.setHeightForWidth(self.pyside2DocDirPicker.sizePolicy().hasHeightForWidth())
152 self.pyside2DocDirPicker.setSizePolicy(sizePolicy)
153 self.pyside2DocDirPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus)
154 self.pyside2DocDirPicker.setObjectName("pyside2DocDirPicker")
155 self.verticalLayout_10.addWidget(self.pyside2DocDirPicker)
156 self.textLabel1_8_2_3 = QtWidgets.QLabel(parent=self.pyside2Group)
157 self.textLabel1_8_2_3.setWordWrap(True)
158 self.textLabel1_8_2_3.setObjectName("textLabel1_8_2_3")
159 self.verticalLayout_10.addWidget(self.textLabel1_8_2_3)
160 self.verticalLayout.addWidget(self.pyside2Group)
161 self.pyside6Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage) 143 self.pyside6Group = QtWidgets.QGroupBox(parent=HelpDocumentationPage)
162 self.pyside6Group.setObjectName("pyside6Group") 144 self.pyside6Group.setObjectName("pyside6Group")
163 self.verticalLayout_11 = QtWidgets.QVBoxLayout(self.pyside6Group) 145 self.verticalLayout_11 = QtWidgets.QVBoxLayout(self.pyside6Group)
164 self.verticalLayout_11.setObjectName("verticalLayout_11") 146 self.verticalLayout_11.setObjectName("verticalLayout_11")
165 self.pyside6DocDirPicker = EricPathPicker(parent=self.pyside6Group) 147 self.pyside6DocDirPicker = EricPathPicker(parent=self.pyside6Group)
185 HelpDocumentationPage.setTabOrder(self.ericDocDirPicker, self.pythonDocDirPicker) 167 HelpDocumentationPage.setTabOrder(self.ericDocDirPicker, self.pythonDocDirPicker)
186 HelpDocumentationPage.setTabOrder(self.pythonDocDirPicker, self.qt5DocDirPicker) 168 HelpDocumentationPage.setTabOrder(self.pythonDocDirPicker, self.qt5DocDirPicker)
187 HelpDocumentationPage.setTabOrder(self.qt5DocDirPicker, self.qt6DocDirPicker) 169 HelpDocumentationPage.setTabOrder(self.qt5DocDirPicker, self.qt6DocDirPicker)
188 HelpDocumentationPage.setTabOrder(self.qt6DocDirPicker, self.pyqt5DocDirPicker) 170 HelpDocumentationPage.setTabOrder(self.qt6DocDirPicker, self.pyqt5DocDirPicker)
189 HelpDocumentationPage.setTabOrder(self.pyqt5DocDirPicker, self.pyqt6DocDirPicker) 171 HelpDocumentationPage.setTabOrder(self.pyqt5DocDirPicker, self.pyqt6DocDirPicker)
190 HelpDocumentationPage.setTabOrder(self.pyqt6DocDirPicker, self.pyside2DocDirPicker) 172 HelpDocumentationPage.setTabOrder(self.pyqt6DocDirPicker, self.pyside6DocDirPicker)
191 HelpDocumentationPage.setTabOrder(self.pyside2DocDirPicker, self.pyside6DocDirPicker)
192 173
193 def retranslateUi(self, HelpDocumentationPage): 174 def retranslateUi(self, HelpDocumentationPage):
194 _translate = QtCore.QCoreApplication.translate 175 _translate = QtCore.QCoreApplication.translate
195 self.headerLabel.setText(_translate("HelpDocumentationPage", "<b>Configure help documentation</b>")) 176 self.headerLabel.setText(_translate("HelpDocumentationPage", "<b>Configure help documentation</b>"))
196 self.groupBox.setTitle(_translate("HelpDocumentationPage", "QtHelp")) 177 self.groupBox.setTitle(_translate("HelpDocumentationPage", "QtHelp"))
212 self.pyqt5DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt5 documentation directory")) 193 self.pyqt5DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt5 documentation directory"))
213 self.textLabel1_8_2_2_5.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.")) 194 self.textLabel1_8_2_2_5.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set."))
214 self.pyqt6Group.setTitle(_translate("HelpDocumentationPage", "PyQt6 Documentation")) 195 self.pyqt6Group.setTitle(_translate("HelpDocumentationPage", "PyQt6 Documentation"))
215 self.pyqt6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt6 documentation directory")) 196 self.pyqt6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PyQt6 documentation directory"))
216 self.textLabel1_8_2_2_8.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT6DOCDIR environment variable, if set.")) 197 self.textLabel1_8_2_2_8.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYQT6DOCDIR environment variable, if set."))
217 self.pyside2Group.setTitle(_translate("HelpDocumentationPage", "PySide2 Documentation"))
218 self.pyside2DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PySide2 documentation directory"))
219 self.textLabel1_8_2_3.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYSIDE2DOCDIR environment variable, if set."))
220 self.pyside6Group.setTitle(_translate("HelpDocumentationPage", "PySide6 Documentation")) 198 self.pyside6Group.setTitle(_translate("HelpDocumentationPage", "PySide6 Documentation"))
221 self.pyside6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PySide6 documentation directory")) 199 self.pyside6DocDirPicker.setToolTip(_translate("HelpDocumentationPage", "Enter the PySide6 documentation directory"))
222 self.textLabel1_8_2_4.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.")) 200 self.textLabel1_8_2_4.setText(_translate("HelpDocumentationPage", "<b>Note</b>: Leave empty to use the PYSIDE6DOCDIR environment variable, if set."))
223 from eric7.EricWidgets.EricPathPicker import EricPathPicker 201 from eric7.EricWidgets.EricPathPicker import EricPathPicker

eric ide

mercurial