301 ) |
301 ) |
302 self.summaryList.header().setStretchLastSection(True) |
302 self.summaryList.header().setStretchLastSection(True) |
303 |
303 |
304 def closeEvent(self, evt): |
304 def closeEvent(self, evt): |
305 """ |
305 """ |
306 Public method to handle the close event. |
306 Protected method to handle the close event. |
307 |
307 |
308 @param evt reference to the close event |
308 @param evt reference to the close event |
309 @type QCloseEvent |
309 @type QCloseEvent |
310 """ |
310 """ |
311 self.cancelled = True |
311 self.cancelled = True |