src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py

branch
eric7
changeset 11281
a2529214787a
parent 11274
efa1bdc53d4e
equal deleted inserted replaced
11280:64df9e2f6240 11281:a2529214787a
235 self.codeDocumentationViewerCheckBox.setObjectName("codeDocumentationViewerCheckBox") 235 self.codeDocumentationViewerCheckBox.setObjectName("codeDocumentationViewerCheckBox")
236 self.gridLayout_4.addWidget(self.codeDocumentationViewerCheckBox, 0, 0, 1, 1) 236 self.gridLayout_4.addWidget(self.codeDocumentationViewerCheckBox, 0, 0, 1, 1)
237 self.helpViewerCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) 237 self.helpViewerCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
238 self.helpViewerCheckBox.setObjectName("helpViewerCheckBox") 238 self.helpViewerCheckBox.setObjectName("helpViewerCheckBox")
239 self.gridLayout_4.addWidget(self.helpViewerCheckBox, 0, 1, 1, 1) 239 self.gridLayout_4.addWidget(self.helpViewerCheckBox, 0, 1, 1, 1)
240 self.condaCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
241 self.condaCheckBox.setObjectName("condaCheckBox")
242 self.gridLayout_4.addWidget(self.condaCheckBox, 1, 0, 1, 1)
243 self.pypiCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) 240 self.pypiCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
244 self.pypiCheckBox.setObjectName("pypiCheckBox") 241 self.pypiCheckBox.setObjectName("pypiCheckBox")
245 self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1) 242 self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 0, 1, 1)
246 self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) 243 self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
247 self.microPythonCheckBox.setObjectName("microPythonCheckBox") 244 self.microPythonCheckBox.setObjectName("microPythonCheckBox")
248 self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 0, 1, 1) 245 self.gridLayout_4.addWidget(self.microPythonCheckBox, 1, 1, 1, 1)
249 self.verticalLayout.addWidget(self.leftRightGroupBox) 246 self.verticalLayout.addWidget(self.leftRightGroupBox)
250 self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3) 247 self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3)
251 self.groupBox_11.setObjectName("groupBox_11") 248 self.groupBox_11.setObjectName("groupBox_11")
252 self.gridLayout_6 = QtWidgets.QGridLayout(self.groupBox_11) 249 self.gridLayout_6 = QtWidgets.QGridLayout(self.groupBox_11)
253 self.gridLayout_6.setObjectName("gridLayout_6") 250 self.gridLayout_6.setObjectName("gridLayout_6")
293 InterfacePage.setTabOrder(self.findLocationCheckBox, self.templateViewerCheckBox) 290 InterfacePage.setTabOrder(self.findLocationCheckBox, self.templateViewerCheckBox)
294 InterfacePage.setTabOrder(self.templateViewerCheckBox, self.fileBrowserCheckBox) 291 InterfacePage.setTabOrder(self.templateViewerCheckBox, self.fileBrowserCheckBox)
295 InterfacePage.setTabOrder(self.fileBrowserCheckBox, self.symbolsCheckBox) 292 InterfacePage.setTabOrder(self.fileBrowserCheckBox, self.symbolsCheckBox)
296 InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox) 293 InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox)
297 InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox) 294 InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox)
298 InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox) 295 InterfacePage.setTabOrder(self.helpViewerCheckBox, self.pypiCheckBox)
299 InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox)
300 InterfacePage.setTabOrder(self.pypiCheckBox, self.microPythonCheckBox) 296 InterfacePage.setTabOrder(self.pypiCheckBox, self.microPythonCheckBox)
301 InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox) 297 InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox)
302 InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton) 298 InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton)
303 299
304 def retranslateUi(self, InterfacePage): 300 def retranslateUi(self, InterfacePage):
362 self.leftRightGroupBox.setTitle(_translate("InterfacePage", "Right Side")) 358 self.leftRightGroupBox.setTitle(_translate("InterfacePage", "Right Side"))
363 self.codeDocumentationViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Code Documentation Viewer")) 359 self.codeDocumentationViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Code Documentation Viewer"))
364 self.codeDocumentationViewerCheckBox.setText(_translate("InterfacePage", "Code Documentation Viewer")) 360 self.codeDocumentationViewerCheckBox.setText(_translate("InterfacePage", "Code Documentation Viewer"))
365 self.helpViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Help Viewer widget")) 361 self.helpViewerCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Help Viewer widget"))
366 self.helpViewerCheckBox.setText(_translate("InterfacePage", "Help Viewer")) 362 self.helpViewerCheckBox.setText(_translate("InterfacePage", "Help Viewer"))
367 self.condaCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the conda package manager widget"))
368 self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager"))
369 self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget")) 363 self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget"))
370 self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager")) 364 self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager"))
371 self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget")) 365 self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget"))
372 self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython")) 366 self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython"))
373 self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side")) 367 self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side"))

eric ide

mercurial