Macquarie-MEG-Research / Biscuit

GUI for easy MEG to BIDS conversion
https://macquarie-meg-research.github.io/Biscuit/
MIT License
7 stars 1 forks source link

Add refresh button to file treeview #11

Closed monkeyman192 closed 5 years ago

monkeyman192 commented 6 years ago

For uses where Biscuit will be open for extended periods of time while data is being acquired, it would be convenient to allow for refreshing of the file treeview from the GUI.

To achieve this we need to move the functionality for constructing all the data into the EnhancedTreeview. Because this will make the EnhancedTreeview less generic I think we should create a new subclass FileTreeview which inherits from EnhancedTreeview, but has some extra methods. Also a few recently added methods should probably be added to the FileTreeview instead of the EnhancedTreeview (anything non-generic).

TODO:

These changes will also need to be merged into the MQ_master branch to ensure uniformity of base code across branches