eric6/Debugger/EditBreakpointDialog.py

changeset 8218
7c09585bd960
parent 8149
3fefc0c430f2
child 8230
8b5c6896655b
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
35 @param modal flag indicating a modal dialog (boolean) 35 @param modal flag indicating a modal dialog (boolean)
36 @param addMode flag indicating the add mode (boolean) 36 @param addMode flag indicating the add mode (boolean)
37 @param filenameHistory list of recently used file names 37 @param filenameHistory list of recently used file names
38 (list of strings) 38 (list of strings)
39 """ 39 """
40 super(EditBreakpointDialog, self).__init__(parent) 40 super().__init__(parent)
41 self.setupUi(self) 41 self.setupUi(self)
42 if name: 42 if name:
43 self.setObjectName(name) 43 self.setObjectName(name)
44 self.setModal(modal) 44 self.setModal(modal)
45 45

eric ide

mercurial