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

Can ConfigDialog use QTabWidget to put items in different tabs? #39

Open ng1902 opened 1 year ago

ng1902 commented 1 year ago

Hello,

I was looking through the source for pyqtconfig to get an idea of how to make hooks, and I noticed that there are hooks for QTabWidget, and was curious how QTabWidget is used.

Is it possible to configure the metadata when setting up a ConfigDialog class to put different config items on different tabs?

(also I'm not sure if this is the best place for questions)

Thanks, Nick