23 #ifndef __DOOMSEEKERCONFIGURATIONDIALOG_H__
24 #define __DOOMSEEKERCONFIGURATIONDIALOG_H__
26 #include "gui/configuration/configurationdialog.h"
39 bool appearanceChanged()
const {
return bAppearanceChanged; }
40 bool customServersChanged()
const {
return bCustomServersChanged; }
41 void initOptionsList();
42 void showPluginConfiguration(
const EnginePlugin *plugin);
44 static void openConfiguration(
const EnginePlugin *showPlugin=NULL);
47 bool bAppearanceChanged;
48 bool bCustomServersChanged;
50 QStandardItem* enginesRoot;
52 void appendFilePathsConfigurationBoxes();
53 void appendWadseekerConfigurationBoxes();
54 void doSaveSettings();
60 void appearanceChangedSlot();
QStandardItem * addConfigurationBox(QStandardItem *rootItem, ConfigurationBaseBox *pConfigurationBox, int position=-1)
Adds a new configuration box to the options tree view.
Base class for configuration pages.