Represents the dialog for the general settings of the application. More...
#include <settingsdialog.h>
Public Member Functions | |
| SettingsDialog (QWidget *parent=0) | |
| Constructs a new SettingsDialog having the specified parent. More... | |
| GeneralSettings | getSettings () |
| Gets the settings from the widget based on the current values. More... | |
| void | setSettings (const GeneralSettings &settings) |
| Sets the settings for the widget. More... | |
Represents the dialog for the general settings of the application.
|
explicit |
Constructs a new SettingsDialog having the specified parent.
| parent | The parent widget. |
| GeneralSettings cavapa_gui::SettingsDialog::getSettings | ( | ) |
Gets the settings from the widget based on the current values.
| void cavapa_gui::SettingsDialog::setSettings | ( | const GeneralSettings & | settings | ) |
Sets the settings for the widget.
| settings | The GeneralSettings object. |
1.8.7