Exemplo n.º 1
0
 def exec_(self):
     """Executes the dialog"""
     QTimer.singleShot(1, self.__process)
     QDialog.exec_(self)
Exemplo n.º 2
0
 def exec_(self):
     """Execute the dialog"""
     if not self.__newSearch:
         QTimer.singleShot(1, self.__process)
     QDialog.exec_(self)