larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

implement filters on the list/tree widget #188

Open gdementen opened 5 years ago

gdementen commented 5 years ago

I envision a multichoice-combo button to filter types of objects seen in tree (defaults to all data types but other types are available too) and a line_edit widget where you can type varnames to display only variables containing the string.

The need for this will be a lot more apparent once we implement #186.