swift
simulatorxplaneconfig.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 
5 
7 
8 class QWidget;
9 
10 namespace swift::simplugin::xplane
11 {
12  CSimulatorXPlaneConfig::CSimulatorXPlaneConfig(QObject *parent) : QObject(parent)
13  {
14  // void
15  }
16 
18  {
20  return w;
21  }
22 } // namespace swift::simplugin::xplane
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 X-Plane plugin options.