Exemplo n.º 1
0
 def showEvent(self, *args, **kwargs):
     self.worker.start()
     return MessageDlg.showEvent(self, *args, **kwargs)
Exemplo n.º 2
0
 def showEvent(self, event):
     self.init_download()
     return MessageDlg.showEvent(self, event)
Exemplo n.º 3
0
 def showEvent(self, *args, **kwargs):
     self.worker.start()
     return MessageDlg.showEvent(self, *args, **kwargs)