Beispiel #1
0
 def __init__(self, ctrl, argv):
     Interface.__init__(self, ctrl)
     self._log = QtLog()
     self._progress = QtProgress(False)
     self._hassubprogress = QtProgress(True)
     self._changes = QtChanges()
     self._window = None
     self._sys_excepthook = sys.excepthook