The dialog for the configuration options.
More...
#include <configdialog.h>
|
|
void | accept () |
| | Saves the settings and closes the dialog.
|
| |
|
void | apply () |
| | Saves the settings.
|
| |
| void | changePage (QListWidgetItem *current, QListWidgetItem *previous) |
| | Change the config page. More...
|
| |
The dialog for the configuration options.
◆ DsoConfigDialog()
| DsoConfigDialog::DsoConfigDialog |
( |
DsoSettings * |
settings, |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
flags = 0 |
|
) |
| |
Creates the configuration dialog and sets initial values.
- Parameters
-
| settings | The target settings object. |
| parent | The parent widget. |
| flags | Flags for the window manager. |
◆ changePage
| void DsoConfigDialog::changePage |
( |
QListWidgetItem * |
current, |
|
|
QListWidgetItem * |
previous |
|
) |
| |
|
slot |
Change the config page.
- Parameters
-
| current | The page that has been selected. |
| previous | The page that was selected before. |
The documentation for this class was generated from the following files: