datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Separate Parameter classes from Qt widgets #287

Closed mih closed 1 year ago

mih commented 1 year ago

The mixing approach was nice and simple, while things where simple, but it becomes painful not (procedural dependencies on initialization order, etc).

Turn the setup into a parameter (Q)object that has a display widget, rather than being one