swift
simulatorflightgearconfig.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2019 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
7 
8 class QWidget;
9 
10 namespace swift::simplugin::flightgear
11 {
12  CSimulatorFlightgearConfig::CSimulatorFlightgearConfig(QObject *parent) : QObject(parent) {}
13 
15  {
17  return w;
18  }
19 } // namespace swift::simplugin::flightgear
Base class for plugin config window.
swift::gui::CPluginConfigWindow * createConfigWindow(QWidget *parent)
Creates a new config window and returns its pointer.
A window that shows all the Flightgear plugin options.