src/eric7/DataViews/CodeMetricsDialog.py

branch
eric7
changeset 10076
649f7ca537ea
parent 10071
a74e32fa4d23
child 10423
299802979277
equal deleted inserted replaced
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

eric ide

mercurial