Graphics Reference
In-Depth Information
and calls self.quit() . This prompts the user to save their changes if they close the
window while editing. Here is the definition for this method:
def closeEvent(self, event):
self.quit()
Search WWH ::




Custom Search