Beispiel #1
0
 def exec_(self):
     """Executes the dialog"""
     QTimer.singleShot(1, self.__process)
     QDialog.exec_(self)
 def exec_(self):
     """Execute the dialog"""
     if not self.__newSearch:
         QTimer.singleShot(1, self.__process)
     QDialog.exec_(self)