Skip to content

[Refactor] extract mouse handling from VSDReader

Jonas Toth requested to merge refactor_extract_mouse_handling into master

This MR introduces a proper signal/slot mechanism to handle the selection of tracks in the GUI. It moves the logic to an better place (visualization for signal, slots at the analysis level) then it was before (data io).

Merge request reports