Move common methods to base panel
Created by: Rikuoja
This way all panels can be implemented the same way.
Each algorithm panel only has to set self.name
and self.algorithm
, plus implement setup_panel
, _get_params
and _display_results
functions.