Exemple #1
0
 def __init__(self, *args):
     QApplication.__init__(self, *args)
     self._never_shown = True
     self._has_started = False
     self._pending_file_open = []
     self._original_handlers = {}
Exemple #2
0
 def __init__(self, *args):
     QApplication.__init__(self, *args)
Exemple #3
0
 def __init__(self, *args):
     QApplication.__init__(self, *args)
Exemple #4
0
 def __init__(self, *args):
     QApplication.__init__(self, *args)
     self._has_started = False
     self._pending_file_open = []