Example #1
0
 def wizard(self):
     """
     """
     if not self.wizarddock:
         self.wizarddock = QgepWizard(self.iface.mainWindow(), self.iface)
     self.logger.debug('Opening Wizard')
     self.iface.addDockWidget(Qt.LeftDockWidgetArea, self.wizarddock)
     self.wizarddock.show()