pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
215 stars 38 forks source link

[progress tracker] tree view backed by nestable selectable evented lists #77

Open alisterburt opened 2 years ago

alisterburt commented 2 years ago

I'm opening this issue to track progress towards achieving the following

I can imagine us getting to a place where we could say "you tell us what your tree structure looks like and we'll give you a UI for it".

I think we want the model for this to be a nested set of SelectableEventedLists in psygnal - in superqt we can provide a view of this model similar to the QtTreeView in napari

You can probably tell I'm a little vague on the details in the last step 😆