Debugger/VariablesFilterDialog.py

changeset 564
b3d966393ba9
parent 13
1af94a91f439
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
35 if name: 35 if name:
36 self.setObjectName(name) 36 self.setObjectName(name)
37 self.setModal(modal) 37 self.setModal(modal)
38 self.setupUi(self) 38 self.setupUi(self)
39 39
40 self.defaultButton = self.buttonBox.addButton(\ 40 self.defaultButton = self.buttonBox.addButton(
41 self.trUtf8("Save Default"), QDialogButtonBox.ActionRole) 41 self.trUtf8("Save Default"), QDialogButtonBox.ActionRole)
42 42
43 lDefaultFilter, gDefaultFilter = Preferences.getVarFilters() 43 lDefaultFilter, gDefaultFilter = Preferences.getVarFilters()
44 44
45 #populate the listboxes and set the default selection 45 #populate the listboxes and set the default selection

eric ide

mercurial