src/eric7/DataViews/PyCoverageDialog.py

branch
eric7
changeset 10076
649f7ca537ea
parent 10071
a74e32fa4d23
child 10079
0222a480e93d
child 10423
299802979277
equal deleted inserted replaced
10075:3b2dc7fefbfc 10076:649f7ca537ea
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

eric ide

mercurial