pythonguis / pyqtconfig

A PyQt config manager. Keep Qt widgets in sync with an config dictionary and/or QSettings object.
Other
133 stars 33 forks source link

What problem(s) does this package solve? Please describe in Introduction #27

Open richlysakowski opened 3 years ago

richlysakowski commented 3 years ago

Hi Martin,

In the introduction it would be nice to know up front what problem this package solves for PyQt GUI developers.

Why should someone invest the time to learn this and have another layer or object collection to maintain?

It is not obvious why it is easier to add this package to PyQt development projects. I am still learning PyQt so perhaps it is obvious to experienced PyQt development. What development or maintenance effort(s) does this package save?

Could someone please enhance the introduction to explain this?

Thank you.