Skip to content

Instantly share code, notes, and snippets.

@ben-hearn-sb
Created December 9, 2015 15:45
Show Gist options
  • Save ben-hearn-sb/8d84a7e2627f744bf048 to your computer and use it in GitHub Desktop.
Save ben-hearn-sb/8d84a7e2627f744bf048 to your computer and use it in GitHub Desktop.
def closeEvent(self, event):
print 'CLOSED'
del self.mainDialog
del self
event.accept()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment