src/eric7/Preferences/ConfigurationPages/Ui_InterfacePage.py

branch
eric7
changeset 11227
023943c77c42
parent 10949
2057b1b198a5
equal deleted inserted replaced
11226:84cbcddd7d10 11227:023943c77c42
1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/InterfacePage.ui' 1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/InterfacePage.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.7.1 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
244 self.pypiCheckBox.setObjectName("pypiCheckBox") 244 self.pypiCheckBox.setObjectName("pypiCheckBox")
245 self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1) 245 self.gridLayout_4.addWidget(self.pypiCheckBox, 1, 1, 1, 1)
246 self.cooperationCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) 246 self.cooperationCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
247 self.cooperationCheckBox.setObjectName("cooperationCheckBox") 247 self.cooperationCheckBox.setObjectName("cooperationCheckBox")
248 self.gridLayout_4.addWidget(self.cooperationCheckBox, 2, 0, 1, 1) 248 self.gridLayout_4.addWidget(self.cooperationCheckBox, 2, 0, 1, 1)
249 self.ircCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
250 self.ircCheckBox.setObjectName("ircCheckBox")
251 self.gridLayout_4.addWidget(self.ircCheckBox, 2, 1, 1, 1)
252 self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox) 249 self.microPythonCheckBox = QtWidgets.QCheckBox(parent=self.leftRightGroupBox)
253 self.microPythonCheckBox.setObjectName("microPythonCheckBox") 250 self.microPythonCheckBox.setObjectName("microPythonCheckBox")
254 self.gridLayout_4.addWidget(self.microPythonCheckBox, 3, 0, 1, 1) 251 self.gridLayout_4.addWidget(self.microPythonCheckBox, 2, 1, 1, 1)
255 self.verticalLayout.addWidget(self.leftRightGroupBox) 252 self.verticalLayout.addWidget(self.leftRightGroupBox)
256 self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3) 253 self.groupBox_11 = QtWidgets.QGroupBox(parent=self.groupBox_3)
257 self.groupBox_11.setObjectName("groupBox_11") 254 self.groupBox_11.setObjectName("groupBox_11")
258 self.gridLayout_6 = QtWidgets.QGridLayout(self.groupBox_11) 255 self.gridLayout_6 = QtWidgets.QGridLayout(self.groupBox_11)
259 self.gridLayout_6.setObjectName("gridLayout_6") 256 self.gridLayout_6.setObjectName("gridLayout_6")
302 InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox) 299 InterfacePage.setTabOrder(self.symbolsCheckBox, self.codeDocumentationViewerCheckBox)
303 InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox) 300 InterfacePage.setTabOrder(self.codeDocumentationViewerCheckBox, self.helpViewerCheckBox)
304 InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox) 301 InterfacePage.setTabOrder(self.helpViewerCheckBox, self.condaCheckBox)
305 InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox) 302 InterfacePage.setTabOrder(self.condaCheckBox, self.pypiCheckBox)
306 InterfacePage.setTabOrder(self.pypiCheckBox, self.cooperationCheckBox) 303 InterfacePage.setTabOrder(self.pypiCheckBox, self.cooperationCheckBox)
307 InterfacePage.setTabOrder(self.cooperationCheckBox, self.ircCheckBox) 304 InterfacePage.setTabOrder(self.cooperationCheckBox, self.numbersCheckBox)
308 InterfacePage.setTabOrder(self.ircCheckBox, self.microPythonCheckBox)
309 InterfacePage.setTabOrder(self.microPythonCheckBox, self.numbersCheckBox)
310 InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton) 305 InterfacePage.setTabOrder(self.numbersCheckBox, self.resetLayoutButton)
311 306
312 def retranslateUi(self, InterfacePage): 307 def retranslateUi(self, InterfacePage):
313 _translate = QtCore.QCoreApplication.translate 308 _translate = QtCore.QCoreApplication.translate
314 self.headerLabel.setText(_translate("InterfacePage", "<b>Configure User Interface</b>")) 309 self.headerLabel.setText(_translate("InterfacePage", "<b>Configure User Interface</b>"))
376 self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager")) 371 self.condaCheckBox.setText(_translate("InterfacePage", "Conda Package Manager"))
377 self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget")) 372 self.pypiCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the PyPI package manager widget"))
378 self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager")) 373 self.pypiCheckBox.setText(_translate("InterfacePage", "PyPI Package Manager"))
379 self.cooperationCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Cooperation widget")) 374 self.cooperationCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Cooperation widget"))
380 self.cooperationCheckBox.setText(_translate("InterfacePage", "Cooperation")) 375 self.cooperationCheckBox.setText(_translate("InterfacePage", "Cooperation"))
381 self.ircCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the IRC widget"))
382 self.ircCheckBox.setText(_translate("InterfacePage", "IRC"))
383 self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget")) 376 self.microPythonCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the MicroPython widget"))
384 self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython")) 377 self.microPythonCheckBox.setText(_translate("InterfacePage", "MicroPython"))
385 self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side")) 378 self.groupBox_11.setTitle(_translate("InterfacePage", "Bottom Side"))
386 self.numbersCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Numbers widget")) 379 self.numbersCheckBox.setToolTip(_translate("InterfacePage", "Select to activate the Numbers widget"))
387 self.numbersCheckBox.setText(_translate("InterfacePage", "Numbers")) 380 self.numbersCheckBox.setText(_translate("InterfacePage", "Numbers"))

eric ide

mercurial