|
OpenHantek
|
The dialog for the configuration options. More...
#include <configdialog.h>
Public Slots | |
| void | accept () |
| Saves the settings and closes the dialog. More... | |
| void | apply () |
| Saves the settings. More... | |
| void | changePage (QListWidgetItem *current, QListWidgetItem *previous) |
| Change the config page. More... | |
Public Member Functions | |
| DsoConfigDialog (DsoSettings *settings, QWidget *parent=nullptr, Qt::WindowFlags flags=nullptr) | |
| Creates the configuration dialog and sets initial values. More... | |
| ~DsoConfigDialog () | |
| Cleans up the dialog. More... | |
Private Member Functions | |
| void | createIcons () |
| Create the icons for the pages. More... | |
Private Attributes | |
| DsoSettings * | settings |
| QVBoxLayout * | mainLayout |
| QHBoxLayout * | horizontalLayout |
| QHBoxLayout * | buttonsLayout |
| QListWidget * | contentsWidget |
| QStackedWidget * | pagesWidget |
| DsoConfigAnalysisPage * | analysisPage |
| DsoConfigColorsPage * | colorsPage |
| DsoConfigFilePage * | filePage |
| DsoConfigScopePage * | scopePage |
| QPushButton * | acceptButton |
| QPushButton * | applyButton |
| QPushButton * | rejectButton |
The dialog for the configuration options.
| DsoConfigDialog::DsoConfigDialog | ( | DsoSettings * | settings, |
| QWidget * | parent = nullptr, |
||
| Qt::WindowFlags | flags = nullptr |
||
| ) |
Creates the configuration dialog and sets initial values.
| settings | The target settings object. |
| parent | The parent widget. |
| flags | Flags for the window manager. |
| DsoConfigDialog::~DsoConfigDialog | ( | ) |
Cleans up the dialog.
|
slot |
Saves the settings and closes the dialog.
|
slot |
Saves the settings.
|
slot |
Change the config page.
| current | The page that has been selected. |
| previous | The page that was selected before. |
|
private |
Create the icons for the pages.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |