Talley Lambert
Talley Lambert
another potentially useful section here: https://doc.qt.io/qt-5/model-view-programming.html#using-views-with-an-existing-model
I think I might need a refresher. It kinda seems like the best example here was just using the Qt file browser connected to an event that loads and shows...
yeah, the magicgui file dialog is just a line edit with a button that opens up a "pick a file" dialog. This is a full-blown `QFileDialog` (which i'm struggling to...
closing this in favor of #446
good one!
while pretty straightforward for `FileEdit` and `LineEdit`, this is actually kinda tricky to do in a more general way, and comes back to the question posed in https://github.com/napari/magicgui/issues/30 (about how...
`Path` (and FileEdit) is a little odd in that it doesn't actually currently inherit from ValueWidget (rather, it's a container). It probably _could/should_ inherit from it (it certainly implements the...
Sure can do, can you elaborate on “0.5.0 breaks the PartSeg test by preventing the removal layer and keeping teardown forever” and do you have a pre test on a...
Ok, sorry about that. Reset choices is generally a mess :/