Hello,
I’m trying to write a plugin for napari for general HDF5 import. (I found GitHub - portugueslab/napari-hdf5, but the project looks inactive). I think it would be helpful to show a dialog box to ask the dataset to read (as HDF5 import in Fiji), but I couldn’t find any documentation or examples for that kind of dialog box with magicgui. Could anyone suggest me an option for that purpose? Do I need to use raw Qt, or would there be any better method?