30 #ifndef GENERALSETTINGS_H
31 #define GENERALSETTINGS_H
33 #include "gui/activitygraph.h"
65 #endif // GENERALSETTINGS_H
void setGraphSettings(const GraphSettings &settings)
Sets the keys related to the graph settings.
Definition: generalsettings.cpp:95
Represents the general settings of the application.
Definition: generalsettings.h:43
Graph settings type for font/colors/line widths.
Definition: activitygraph.h:75
Provides methods for loading and saving the application settings.
Definition: settings.h:48
GeneralSettings()
Constructs a new GeneralSettings object with default values.
Definition: generalsettings.cpp:34
GraphSettings getGraphSettings() const
Gets the GraphSettings object based on the current key values.
Definition: generalsettings.cpp:65