PreferencePanesRegistry

class glue.config.PreferencePanesRegistry[source]

Bases: glue.config.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(self, label, widget_cls)

Add a new item to the registry.

Methods Documentation

add(self, label, widget_cls)[source]

Add a new item to the registry.