configwidgets - sync widget state to QSettings.#
while developing a pyqt5 based gui application for running uvspec simulations, implementing the same functions to load and collect checkbox and spinbox states demonstrated the necessity of a dedicated package for persistent wiget states.
The approach of the pyqtconfig package didnt match the project structure, therefore a new package was created.