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