PreferencePanesRegistry#
- class glue_qt.config.PreferencePanesRegistry[source]#
Bases:
DictRegistry
Stores preference panes
The members property is a list of tuples of Qt widget classes that can have their own tab in the preferences window.
Methods Summary
add
(label, widget_cls)Add a new item to the registry.
Methods Documentation