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