24 #ifndef __CFG_QUERY_H__
25 #define __CFG_QUERY_H__
27 #include "gui/configuration/configurationbasebox.h"
39 QIcon
icon()
const {
return QIcon(
":/icons/view-refresh-2.png"); }
40 QString
name()
const {
return tr(
"Query"); }
50 void setCautiousQueryPreset();
51 void setModerateQueryPreset();
52 void setAggressiveQueryPreset();
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 saveSettings()
Reimplement this to write settings to config from widgets.
void readSettings()
Reimplement this to read settings from config into widgets.
Base class for configuration pages.