OGS
DataExplorerSettingsDialog.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include "ui_DataExplorerSettings.h"
18 #include <QDialog>
19 
23 class DataExplorerSettingsDialog : public QDialog, private Ui_DataExplorerSettings
24 {
25  Q_OBJECT
26 
27 public:
28  explicit DataExplorerSettingsDialog(QDialog* parent = nullptr);
30 
31 private slots:
33 
35  void accept() override;
36 
38  void reject() override { this->done(QDialog::Rejected); };
39 };
A dialog window for managing general Data Explorer settings.
void accept() override
Instructions if the OK-Button has been pressed.
DataExplorerSettingsDialog(QDialog *parent=nullptr)
~DataExplorerSettingsDialog() override
void reject() override
Instructions if the Cancel-Button has been pressed.