virtual QString name() const =0
Reimplement this to return a list-displayable name for this ConfigPage.
virtual void readSettings()=0
Reimplement this to read settings from config into widgets.
virtual QString title() const
Page title, by default returns the same string as name().
virtual Validation validate()
Validate settings on this page.
virtual QIcon icon() const =0
Reimplement this to return a displayable icon for the ConfigPage.
Base for configuration pages for plugins; provides some default behavior.
virtual void saveSettings()=0
Reimplement this to write settings to config from widgets.
Base class for configuration pages.