def __init__(self, obj):
self.mainObject = obj
self.form = explodeWizardWidget()
self.form.setWindowTitle('Explode settings - editing `{0}`'.format(self.mainObject.Label))
self.form.setWindowIcon(QtGui.QIcon(":/data/img/explode.png"))
评论列表
文章目录