AllenInstitute / sweep_qc_tool

manual quality control for intracellular electrophysiology experiments
GNU General Public License v3.0
1 stars 2 forks source link

Show specimen ID or filename of loaded data set #62

Open kasbaker opened 4 years ago

kasbaker commented 4 years ago

It would be helpful if the user could see what file is loaded so they don't accidentally skip or reload an experiment when QC-ing a lot of cells.

kasbaker commented 4 years ago

This should be pretty straight-forward change. Just connect the new_data signal with a function in MainWindow that changes the title of the main window.