eric7/UI/UserInterface.py

branch
unittest
changeset 9064
339bb8c8007d
parent 9039
3c8aa997bad8
child 9065
39405e6eba20
equal deleted inserted replaced
9063:f1d7dd7ae471 9064:339bb8c8007d
5329 ) 5329 )
5330 dlg = ToolGroupConfigurationDialog( 5330 dlg = ToolGroupConfigurationDialog(
5331 self.toolGroups, self.currentToolGroup, self) 5331 self.toolGroups, self.currentToolGroup, self)
5332 if dlg.exec() == QDialog.DialogCode.Accepted: 5332 if dlg.exec() == QDialog.DialogCode.Accepted:
5333 self.toolGroups, self.currentToolGroup = dlg.getToolGroups() 5333 self.toolGroups, self.currentToolGroup = dlg.getToolGroups()
5334 5334
5335 # TODO: adjust to new unit test framework (without debugger)
5335 def __createUnitTestDialog(self): 5336 def __createUnitTestDialog(self):
5336 """ 5337 """
5337 Private slot to generate the unit test dialog on demand. 5338 Private slot to generate the unit test dialog on demand.
5338 """ 5339 """
5339 if self.unittestDialog is None: 5340 if self.unittestDialog is None:

eric ide

mercurial