RefactoringRope/ConfigurationPage/Ui_CallTipsRopePage.py

branch
eric7
changeset 423
9dfc89a5aadf
parent 422
f98253eed7f0
equal deleted inserted replaced
422:f98253eed7f0 423:9dfc89a5aadf
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Refactoring_Rope/RefactoringRope/ConfigurationPage/CallTipsRopePage.ui' 1 # Form implementation generated from reading ui file 'RefactoringRope/ConfigurationPage/CallTipsRopePage.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.3.1 3 # Created by: PyQt6 UI code generator 6.7.1
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
13 def setupUi(self, CallTipsRopePage): 13 def setupUi(self, CallTipsRopePage):
14 CallTipsRopePage.setObjectName("CallTipsRopePage") 14 CallTipsRopePage.setObjectName("CallTipsRopePage")
15 CallTipsRopePage.resize(400, 350) 15 CallTipsRopePage.resize(400, 350)
16 self.verticalLayout = QtWidgets.QVBoxLayout(CallTipsRopePage) 16 self.verticalLayout = QtWidgets.QVBoxLayout(CallTipsRopePage)
17 self.verticalLayout.setObjectName("verticalLayout") 17 self.verticalLayout.setObjectName("verticalLayout")
18 self.headerLabel = QtWidgets.QLabel(CallTipsRopePage) 18 self.headerLabel = QtWidgets.QLabel(parent=CallTipsRopePage)
19 self.headerLabel.setObjectName("headerLabel") 19 self.headerLabel.setObjectName("headerLabel")
20 self.verticalLayout.addWidget(self.headerLabel) 20 self.verticalLayout.addWidget(self.headerLabel)
21 self.line15 = QtWidgets.QFrame(CallTipsRopePage) 21 self.line15 = QtWidgets.QFrame(parent=CallTipsRopePage)
22 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine) 22 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
23 self.line15.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken) 23 self.line15.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
24 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine) 24 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
25 self.line15.setObjectName("line15") 25 self.line15.setObjectName("line15")
26 self.verticalLayout.addWidget(self.line15) 26 self.verticalLayout.addWidget(self.line15)
27 self.gridLayout = QtWidgets.QGridLayout() 27 self.gridLayout = QtWidgets.QGridLayout()
28 self.gridLayout.setObjectName("gridLayout") 28 self.gridLayout.setObjectName("gridLayout")
29 self.ropeCalltipsCheckBox = QtWidgets.QCheckBox(CallTipsRopePage) 29 self.ropeCalltipsCheckBox = QtWidgets.QCheckBox(parent=CallTipsRopePage)
30 self.ropeCalltipsCheckBox.setObjectName("ropeCalltipsCheckBox") 30 self.ropeCalltipsCheckBox.setObjectName("ropeCalltipsCheckBox")
31 self.gridLayout.addWidget(self.ropeCalltipsCheckBox, 0, 0, 1, 3) 31 self.gridLayout.addWidget(self.ropeCalltipsCheckBox, 0, 0, 1, 3)
32 self.label_3 = QtWidgets.QLabel(CallTipsRopePage) 32 self.label_3 = QtWidgets.QLabel(parent=CallTipsRopePage)
33 self.label_3.setObjectName("label_3") 33 self.label_3.setObjectName("label_3")
34 self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1) 34 self.gridLayout.addWidget(self.label_3, 1, 0, 1, 1)
35 self.ctMaxfixesSpinBox = QtWidgets.QSpinBox(CallTipsRopePage) 35 self.ctMaxfixesSpinBox = QtWidgets.QSpinBox(parent=CallTipsRopePage)
36 self.ctMaxfixesSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) 36 self.ctMaxfixesSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
37 self.ctMaxfixesSpinBox.setButtonSymbols(QtWidgets.QAbstractSpinBox.ButtonSymbols.PlusMinus) 37 self.ctMaxfixesSpinBox.setButtonSymbols(QtWidgets.QAbstractSpinBox.ButtonSymbols.PlusMinus)
38 self.ctMaxfixesSpinBox.setMinimum(1) 38 self.ctMaxfixesSpinBox.setMinimum(1)
39 self.ctMaxfixesSpinBox.setMaximum(1000) 39 self.ctMaxfixesSpinBox.setMaximum(1000)
40 self.ctMaxfixesSpinBox.setObjectName("ctMaxfixesSpinBox") 40 self.ctMaxfixesSpinBox.setObjectName("ctMaxfixesSpinBox")
42 spacerItem = QtWidgets.QSpacerItem(31, 23, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) 42 spacerItem = QtWidgets.QSpacerItem(31, 23, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
43 self.gridLayout.addItem(spacerItem, 1, 2, 1, 1) 43 self.gridLayout.addItem(spacerItem, 1, 2, 1, 1)
44 self.verticalLayout.addLayout(self.gridLayout) 44 self.verticalLayout.addLayout(self.gridLayout)
45 spacerItem1 = QtWidgets.QSpacerItem(221, 82, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) 45 spacerItem1 = QtWidgets.QSpacerItem(221, 82, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
46 self.verticalLayout.addItem(spacerItem1) 46 self.verticalLayout.addItem(spacerItem1)
47 self.editPython3Button = QtWidgets.QPushButton(CallTipsRopePage) 47 self.editPython3Button = QtWidgets.QPushButton(parent=CallTipsRopePage)
48 self.editPython3Button.setObjectName("editPython3Button") 48 self.editPython3Button.setObjectName("editPython3Button")
49 self.verticalLayout.addWidget(self.editPython3Button) 49 self.verticalLayout.addWidget(self.editPython3Button)
50 self.createPython3Button = QtWidgets.QPushButton(CallTipsRopePage) 50 self.createPython3Button = QtWidgets.QPushButton(parent=CallTipsRopePage)
51 self.createPython3Button.setObjectName("createPython3Button") 51 self.createPython3Button.setObjectName("createPython3Button")
52 self.verticalLayout.addWidget(self.createPython3Button) 52 self.verticalLayout.addWidget(self.createPython3Button)
53 53
54 self.retranslateUi(CallTipsRopePage) 54 self.retranslateUi(CallTipsRopePage)
55 QtCore.QMetaObject.connectSlotsByName(CallTipsRopePage) 55 QtCore.QMetaObject.connectSlotsByName(CallTipsRopePage)
66 self.ctMaxfixesSpinBox.setToolTip(_translate("CallTipsRopePage", "Enter the number of errors to fix before giving up")) 66 self.ctMaxfixesSpinBox.setToolTip(_translate("CallTipsRopePage", "Enter the number of errors to fix before giving up"))
67 self.editPython3Button.setToolTip(_translate("CallTipsRopePage", "Press to edit the rope configuration for Python3")) 67 self.editPython3Button.setToolTip(_translate("CallTipsRopePage", "Press to edit the rope configuration for Python3"))
68 self.editPython3Button.setText(_translate("CallTipsRopePage", "Edit Python 3 rope configuration")) 68 self.editPython3Button.setText(_translate("CallTipsRopePage", "Edit Python 3 rope configuration"))
69 self.createPython3Button.setToolTip(_translate("CallTipsRopePage", "Press to create a new rope default configuration for Python3")) 69 self.createPython3Button.setToolTip(_translate("CallTipsRopePage", "Press to create a new rope default configuration for Python3"))
70 self.createPython3Button.setText(_translate("CallTipsRopePage", "Create a Python3 rope configuration")) 70 self.createPython3Button.setText(_translate("CallTipsRopePage", "Create a Python3 rope configuration"))
71
72
73 if __name__ == "__main__":
74 import sys
75 app = QtWidgets.QApplication(sys.argv)
76 CallTipsRopePage = QtWidgets.QWidget()
77 ui = Ui_CallTipsRopePage()
78 ui.setupUi(CallTipsRopePage)
79 CallTipsRopePage.show()
80 sys.exit(app.exec())

eric ide

mercurial