23 #ifndef DOOMSEEKER_GUI_CONFIGURATION_CFGAUTOPUDATES_H
24 #define DOOMSEEKER_GUI_CONFIGURATION_CFGAUTOPUDATES_H
26 #include "gui/configuration/configurationbasebox.h"
38 QIcon
icon()
const {
return QIcon(
":/icons/doomseeker_plus.png"); }
39 QString
name()
const {
return tr(
"Auto Updates"); }
47 void initUpdateChannels();
51 void onUpdateChannelChange(
int index);
void saveSettings()
Reimplement this to write settings to config from widgets.
QIcon icon() const
Reimplement this to return a displayable icon for the ConfigurationBaseBox.
QString name() const
Reimplement this to return a list-displayable name for this ConfigurationBaseBox. ...
void readSettings()
Reimplement this to read settings from config into widgets.
Base class for configuration pages.