TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Initialise the saved_widget dictionary in the init #121

Closed DanicaSTFC closed 5 months ago

DanicaSTFC commented 6 months ago

This is currently done in https://github.com/TomographicImaging/eqt/blob/8ac20be7fe8eb5d8e78b45c0b424cfe4a6d39294/eqt/ui/UIFormWidget.py#L344

Parts of the code where hasatrr is used eg. https://github.com/TomographicImaging/eqt/blob/8ac20be7fe8eb5d8e78b45c0b424cfe4a6d39294/eqt/ui/UIFormWidget.py#L352 need to be modified too.