30 #ifndef SETTINGSDIALOG_H
31 #define SETTINGSDIALOG_H
35 #include "generalsettings.h"
75 void on_colorButton_clicked();
77 void on_pushButton_clicked();
80 Ui::SettingsDialog* ui;
83 inline void setButtonColor(QColor color);
87 #endif // SETTINGSDIALOG_H
void setSettings(const GeneralSettings &settings)
Sets the settings for the widget.
Definition: settingsdialog.cpp:45
SettingsDialog(QWidget *parent=0)
Constructs a new SettingsDialog having the specified parent.
Definition: settingsdialog.cpp:38
GeneralSettings getSettings()
Gets the settings from the widget based on the current values.
Definition: settingsdialog.cpp:56
Represents the general settings of the application.
Definition: generalsettings.h:43
Represents the dialog for the general settings of the application.
Definition: settingsdialog.h:49