BecWidget base class instead of BECConnector
Following the discussion with @guijar_m and @appel_c today, probably we should introduce BECWidget
base class instead of BECConnector
which would either inherit always from QWidget
and BECConnector
or just from QWidgets
and have connector injected.
We could that have better control for cleanup and closeEvent + we would avoid 2 inheritances for rpc widgets.
Edited by wyzula_j