src/eric7/DataViews/CodeMetricsDialog.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 10704
27d21e5163b8
equal deleted inserted replaced
10688:0d9853ceb288 10689:3ede487187f2
259 ) 259 )
260 self.summaryList.header().setSectionResizeMode( 260 self.summaryList.header().setSectionResizeMode(
261 QHeaderView.ResizeMode.Interactive 261 QHeaderView.ResizeMode.Interactive
262 ) 262 )
263 263
264 def closeEvent(self, evt): 264 def closeEvent(self, _evt):
265 """ 265 """
266 Protected method to handle the close event. 266 Protected method to handle the close event.
267 267
268 @param evt reference to the close event 268 @param _evt reference to the close event (unused)
269 @type QCloseEvent 269 @type QCloseEvent
270 """ 270 """
271 self.cancelled = True 271 self.cancelled = True
272 # The rest is done by the start() method. 272 # The rest is done by the start() method.
273 273

eric ide

mercurial