src/eric7/Debugger/VariablesFilterDialog.py

branch
eric7
changeset 9402
f5d9aa5c62db
parent 9382
fb89c1dc9825
child 9413
80c06d472826
equal deleted inserted replaced
9401:38514063ecee 9402:f5d9aa5c62db
22 22
23 It opens a dialog window for the configuration of the variables type 23 It opens a dialog window for the configuration of the variables type
24 filters to be applied during a debugging session. Pressing 'Apply' will 24 filters to be applied during a debugging session. Pressing 'Apply' will
25 show the effect of the current selection on the currently shown variables. 25 show the effect of the current selection on the currently shown variables.
26 'Reset' will reset the selection to the one the dialog was opened with. 26 'Reset' will reset the selection to the one the dialog was opened with.
27 27
28 @signal applyFilterLists(list of str, list of str) emitted to apply the given 28 @signal applyFilterLists(list of str, list of str) emitted to apply the given
29 locals and globals filters to the currently shown variables 29 locals and globals filters to the currently shown variables
30 """ 30 """
31 31
32 applyFilterLists = pyqtSignal(list, list) 32 applyFilterLists = pyqtSignal(list, list)

eric ide

mercurial