eric6/Debugger/EditBreakpointDialog.py

changeset 8143
2c730d5fd177
parent 7923
91e843545d9a
child 8149
3fefc0c430f2
equal deleted inserted replaced
8141:27f636beebad 8143:2c730d5fd177
43 self.setObjectName(name) 43 self.setObjectName(name)
44 self.setModal(modal) 44 self.setModal(modal)
45 45
46 self.filenamePicker.setMode(E5PathPickerModes.OpenFileMode) 46 self.filenamePicker.setMode(E5PathPickerModes.OpenFileMode)
47 self.filenamePicker.setSizeAdjustPolicy( 47 self.filenamePicker.setSizeAdjustPolicy(
48 QComboBox.AdjustToMinimumContentsLength) 48 QComboBox.SizeAdjustPolicy.AdjustToContents)
49 49
50 self.okButton = self.buttonBox.button(QDialogButtonBox.Ok) 50 self.okButton = self.buttonBox.button(
51 QDialogButtonBox.StandardButton.Ok)
51 52
52 fn, lineno = breakPointId 53 fn, lineno = breakPointId
53 54
54 if not addMode: 55 if not addMode:
55 cond, temp, enabled, count = properties 56 cond, temp, enabled, count = properties

eric ide

mercurial