def setupUi(self, Form):
Form.setObjectName("Form")
self.verticalLayout = QtWidgets.QVBoxLayout(Form)
self.verticalLayout.setObjectName("verticalLayout")
self.groupbox = QtWidgets.QGroupBox(Form)
self.groupbox.setObjectName("groupbox")
self.formLayout_2 = QtWidgets.QFormLayout(self.groupbox)
self.formLayout_2.setObjectName("formLayout_2")
self.halfWindowLabel = QtWidgets.QLabel(self.groupbox)
self.halfWindowLabel.setObjectName("halfWindowLabel")
self.formLayout_2.setWidget(0, QtWidgets.QFormLayout.LabelRole, self.halfWindowLabel)
self.halfWindowSpinBox = QtWidgets.QSpinBox(self.groupbox)
self.halfWindowSpinBox.setObjectName("halfWindowSpinBox")
self.formLayout_2.setWidget(0, QtWidgets.QFormLayout.FieldRole, self.halfWindowSpinBox)
self.numOfErosionsLabel = QtWidgets.QLabel(self.groupbox)
self.numOfErosionsLabel.setObjectName("numOfErosionsLabel")
self.formLayout_2.setWidget(1, QtWidgets.QFormLayout.LabelRole, self.numOfErosionsLabel)
self.numOfErosionsSpinBox = QtWidgets.QSpinBox(self.groupbox)
self.numOfErosionsSpinBox.setObjectName("numOfErosionsSpinBox")
self.formLayout_2.setWidget(1, QtWidgets.QFormLayout.FieldRole, self.numOfErosionsSpinBox)
self.verticalLayout.addWidget(self.groupbox)
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
Dietrich.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录