src/eric7/DataViews/CodeMetricsDialog.py

branch
eric7
changeset 10071
a74e32fa4d23
parent 9653
e67609152c5e
child 10076
649f7ca537ea
equal deleted inserted replaced
10070:9f5758c0fec1 10071:a74e32fa4d23
247 QHeaderView.ResizeMode.Interactive 247 QHeaderView.ResizeMode.Interactive
248 ) 248 )
249 self.summaryList.header().setSectionResizeMode( 249 self.summaryList.header().setSectionResizeMode(
250 QHeaderView.ResizeMode.Interactive 250 QHeaderView.ResizeMode.Interactive
251 ) 251 )
252
253 def closeEvent(self, evt):
254 """
255 Public method to handle the close event.
256
257 @param evt reference to the close event
258 @type QCloseEvent
259 """
260 self.cancelled = True
261 # The rest is done by the start() method.
252 262
253 def on_buttonBox_clicked(self, button): 263 def on_buttonBox_clicked(self, button):
254 """ 264 """
255 Private slot called by a button of the button box clicked. 265 Private slot called by a button of the button box clicked.
256 266

eric ide

mercurial