swift
src
gui
components
settingsnetworkcomponent.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2015 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_SETTINGSNETWORKCOMPONENT_H
7
#define SWIFT_GUI_COMPONENTS_SETTINGSNETWORKCOMPONENT_H
8
9
#include <QFrame>
10
#include <QObject>
11
#include <QScopedPointer>
12
13
#include "
core/vatsim/vatsimsettings.h
"
14
#include "
gui/swiftguiexport.h
"
15
16
namespace
Ui
17
{
18
class
CSettingsNetworkComponent;
19
}
20
namespace
swift::gui::components
21
{
23
class
SWIFT_GUI_EXPORT
CSettingsNetworkComponent
:
public
QFrame
24
{
25
Q_OBJECT
26
27
public
:
29
explicit
CSettingsNetworkComponent
(QWidget *parent =
nullptr
);
30
32
virtual
~
CSettingsNetworkComponent
();
33
34
private
:
35
QScopedPointer<Ui::CSettingsNetworkComponent> ui;
36
};
37
}
// namespace swift::gui::components
38
39
#endif
// SWIFT_GUI_COMPONENTS_SETTINGSNETWORKCOMPONENT_H
swift::gui::components::CSettingsNetworkComponent
General settings for network.
Definition:
settingsnetworkcomponent.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
vatsimsettings.h
Generated on Mon Mar 24 2025 16:42:20 for swift by
1.9.1