Closed as not planned
Description
When I implemented SliceWidget
, I manually built the GUI and widgets using qtpy. It would make much nicer code if this was done with magicgui
however. For an existing example of how to do this see:
napari-matplotlib/src/napari_matplotlib/scatter.py
Lines 130 to 136 in 081d4b6