10075:3b2dc7fefbfc | 10076:649f7ca537ea |
---|---|
250 QHeaderView.ResizeMode.Interactive | 250 QHeaderView.ResizeMode.Interactive |
251 ) | 251 ) |
252 | 252 |
253 def closeEvent(self, evt): | 253 def closeEvent(self, evt): |
254 """ | 254 """ |
255 Public method to handle the close event. | 255 Protected method to handle the close event. |
256 | 256 |
257 @param evt reference to the close event | 257 @param evt reference to the close event |
258 @type QCloseEvent | 258 @type QCloseEvent |
259 """ | 259 """ |
260 self.cancelled = True | 260 self.cancelled = True |