AllenInstitute / sweep_qc_tool

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

Radio buttons for manual QC states #58

Open kasbaker opened 4 years ago

kasbaker commented 4 years ago

Feature request: It's easy to accidentally change a manual QC state by using the scroll wheel when hovering over it and it is also a bit awkward to have to click twice when choosing a manual QC state. Radio buttons would be preferred since it is only one click per sweep and easy to see visually what the option that you selected was.

kasbaker commented 4 years ago

I think the easiest way to do this would be to replace ComboxBoxDelegate with a radio button delegate in delegates.py and then make the appropriate changes in sweeptableview.py.