swift
src
gui
components
settingsnetworkcomponent.cpp
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
4
#include "
gui/components/settingsnetworkcomponent.h
"
5
6
#include <QCheckBox>
7
8
#include "ui_settingsnetworkcomponent.h"
9
10
#include "
core/context/contextnetwork.h
"
11
#include "
gui/guiapplication.h
"
12
13
using namespace
swift::core
;
14
15
namespace
swift::gui::components
16
{
17
CSettingsNetworkComponent::CSettingsNetworkComponent(QWidget *parent)
18
: QFrame(parent), ui(new Ui::
CSettingsNetworkComponent
)
19
{
20
ui->setupUi(
this
);
21
}
22
23
CSettingsNetworkComponent::~CSettingsNetworkComponent
() {}
24
}
// namespace swift::gui::components
swift::gui::components::CSettingsNetworkComponent
General settings for network.
Definition:
settingsnetworkcomponent.h:24
swift::gui::components::CSettingsNetworkComponent::~CSettingsNetworkComponent
virtual ~CSettingsNetworkComponent()
Destructor.
Definition:
settingsnetworkcomponent.cpp:23
contextnetwork.h
guiapplication.h
swift::core
Backend services of the swift project, like dealing with the network or the simulators.
Definition:
actionbind.cpp:7
swift::gui::components
High level reusable GUI components.
Definition:
aboutdialog.cpp:13
settingsnetworkcomponent.h
Generated on Mon Mar 24 2025 16:42:20 for swift by
1.9.1