示例#1
0
 def initWizard(self):
     # 显示向导,模态对话框
     wizard = Wizard(self)
     wizard.exec_()
示例#2
0
 def initWizard(self):
     # 显示向导,模态对话框
     wizard = Wizard(self)
     wizard.exec_()