Exemplo n.º 1
0
 def reject(self):
     #reimplemented.
     host_accounts.revert_changes()
     self.timer.stop()
     self.hide()
     return QDialog.Rejected
Exemplo n.º 2
0
 def reject(self):
     #reimplemented.
     host_accounts.revert_changes()
     self.timer.stop()
     self.hide()
     return QDialog.Rejected
Exemplo n.º 3
0
 def reject(self, *args, **kwargs):
     #reimplemented.
     host_accounts.revert_changes()
     self.timer.stop()
     self.hide()
     QDialog.reject(self, *args, **kwargs)