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