swift
src
gui
components
coresettingsdialog.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
5
6
#ifndef SWIFT_GUI_COMPONENTS_CORESETTINGSDIALOG_H
7
#define SWIFT_GUI_COMPONENTS_CORESETTINGSDIALOG_H
8
9
#include <QDialog>
10
#include <QScopedPointer>
11
12
#include "
gui/swiftguiexport.h
"
13
14
namespace
Ui
15
{
16
class
CCoreSettingsDialog;
17
}
18
namespace
swift::gui::components
19
{
23
class
SWIFT_GUI_EXPORT
CCoreSettingsDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
29
explicit
CCoreSettingsDialog
(QWidget *parent =
nullptr
);
30
32
virtual
~
CCoreSettingsDialog
();
33
34
private
:
35
QScopedPointer<Ui::CCoreSettingsDialog> ui;
36
38
void
showOverview();
39
};
40
}
// namespace swift::gui::components
41
42
#endif
// SWIFT_GUI_COMPONENTS_CORESETTINGSDIALOG_H
swift::gui::components::CCoreSettingsDialog
Core / swift pilot client settings as Dialog.
Definition:
coresettingsdialog.h:24
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
swiftguiexport.h
SWIFT_GUI_EXPORT
#define SWIFT_GUI_EXPORT
Export a class or function from the library.
Definition:
swiftguiexport.h:19
Generated on Mon Mar 24 2025 16:42:19 for swift by
1.9.1