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) |