PreferencePanesRegistry¶
-
class
glue.config.PreferencePanesRegistry[source]¶ Bases:
glue.config.DictRegistryStores 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(self, label, widget_cls)Add a new item to the registry.
Methods Documentation