src/eric7/DataViews/CodeMetricsDialog.py

branch
server
changeset 10704
27d21e5163b8
parent 10610
bb0149571d94
parent 10689
3ede487187f2
child 11090
f5f5f5803935
equal deleted inserted replaced
10680:306373ccf8fd 10704:27d21e5163b8
271 ) 271 )
272 self.summaryList.header().setSectionResizeMode( 272 self.summaryList.header().setSectionResizeMode(
273 QHeaderView.ResizeMode.Interactive 273 QHeaderView.ResizeMode.Interactive
274 ) 274 )
275 275
276 def closeEvent(self, evt): 276 def closeEvent(self, _evt):
277 """ 277 """
278 Protected method to handle the close event. 278 Protected method to handle the close event.
279 279
280 @param evt reference to the close event 280 @param _evt reference to the close event (unused)
281 @type QCloseEvent 281 @type QCloseEvent
282 """ 282 """
283 self.cancelled = True 283 self.cancelled = True
284 # The rest is done by the start() method. 284 # The rest is done by the start() method.
285 285

eric ide

mercurial