OGS
DataExplorerSettingsDialog.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include "ui_DataExplorerSettings.h"
7#include <QDialog>
8
12class DataExplorerSettingsDialog : public QDialog, private Ui_DataExplorerSettings
13{
14 Q_OBJECT
15
16public:
17 explicit DataExplorerSettingsDialog(QDialog* parent = nullptr);
19
20private slots:
22
24 void accept() override;
25
27 void reject() override { this->done(QDialog::Rejected); };
28};
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.