def __init__(self, parent=None, *args):
super(ModifyTableDialog, self).__init__(*args)
self.parent=parent
self.setupUi(self)
self.model=self.tableWidget.model()
self.buttonBox.buttons()[0].setEnabled(False)
self.commandLinkButton_2.setEnabled(False)
self.rc_count=0
self.ai_button_group=QtWidgets.QButtonGroup()
评论列表
文章目录