def unvoid(self, recur=True):
if self.void or self.is_msg:
if not self.required:
self.setCheckState(0, Qt.Checked)
self.last_check_state = Qt.Checked
if recur and self.parent():
self.parent().unvoid(True)
self.void = False
评论列表
文章目录