#include <settings_dialog.h>
Inherits QDialog.
Collaboration diagram for SettingsDialog:
Public Member Functions | |
SettingsDialog (QWidget *parent) | |
virtual | ~SettingsDialog () |
SettingsDialog provides the UI for the settings. It holds a QStackedWidget where all UIs are displayed. When the ok or apply button is clicked, it calles the checkChanges() method polymorhpically on all holded classes.
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 55 of file settings_dialog.h.
|
Constructor
Definition at line 23 of file settings_dialog.cpp. |
|
Destruktor Definition at line 35 of file settings_dialog.cpp. |