fix(scan_control): scan args signal fixed to emit list instead of hardcoded structure
Description
The refactoring of scan control widget (!339 (merged)) introduced signal which assumed that args are always 3 parameters (device,start,stop). This is not true in general (example grid scan has arg bundle (device,start,stop,steps)).
This MR reverts it back to the state which was before !339 (merged) and introduce signal which emits lists of all arg bundles.
Related Issues
fixes #392 (closed)
Type of Change
- Scan Control arg bundle emit fixed
- Aligment 1D ui file adapted
Potential side effects
none
Edited by wyzula_j