The dialog for the configuration options.
More...
#include <configdialog.h>
|
| void | accept () override |
| | Saves the settings and closes the dialog.
|
| void | apply () |
| | Saves the settings.
|
| void | changePage (QListWidgetItem *current, QListWidgetItem *previous) |
| | Change the config page.
|
The dialog for the configuration options.
◆ DsoConfigDialog()
| DsoConfigDialog::DsoConfigDialog |
( |
DsoSettings * | settings, |
|
|
QWidget * | parent = nullptr ) |
Creates the configuration dialog and sets initial values.
- Parameters
-
| settings | The target settings object. |
| parent | The parent widget. |
| flags | Flags for the window manager. |
◆ ~DsoConfigDialog()
| DsoConfigDialog::~DsoConfigDialog |
( |
| ) |
|
|
override |
◆ accept
| void DsoConfigDialog::accept |
( |
| ) |
|
|
overrideslot |
Saves the settings and closes the dialog.
◆ apply
| void DsoConfigDialog::apply |
( |
| ) |
|
|
slot |
◆ 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. |
◆ createIcons()
| void DsoConfigDialog::createIcons |
( |
| ) |
|
|
private |
Create the icons for the pages.
◆ acceptButton
| QPushButton* DsoConfigDialog::acceptButton |
|
private |
◆ analysisPage
◆ applyButton
| QPushButton * DsoConfigDialog::applyButton |
|
private |
◆ buttonsLayout
| QHBoxLayout* DsoConfigDialog::buttonsLayout |
|
private |
◆ colorsPage
◆ contentsWidget
| QListWidget* DsoConfigDialog::contentsWidget |
|
private |
◆ mainLayout
| QVBoxLayout* DsoConfigDialog::mainLayout |
|
private |
◆ pagesWidget
| QStackedWidget* DsoConfigDialog::pagesWidget |
|
private |
◆ rejectButton
| QPushButton * DsoConfigDialog::rejectButton |
|
private |
◆ rejectShortcut
| QShortcut* DsoConfigDialog::rejectShortcut |
|
private |
◆ scopePage
◆ sectionsLayout
| QHBoxLayout* DsoConfigDialog::sectionsLayout |
|
private |
◆ settings
The documentation for this class was generated from the following files: