swift
simulatorp3dconfig.cpp
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 
4 #include "simulatorp3dconfig.h"
5 
6 #include "../fsxcommon/simulatorfsxconfigwindow.h"
7 
8 namespace swift::simplugin::p3d
9 {
10  CSimulatorP3DConfig::CSimulatorP3DConfig(QObject *parent) : QObject(parent)
11  {
12  // void
13  }
14 
16  {
17  return new fsxcommon::CSimulatorFsxConfigWindow("P3D", parent);
18  }
19 } // namespace swift::simplugin::p3d
Base class for plugin config window.
A window that lets user set up the FSX plugin.
CSimulatorP3DConfig(QObject *parent=nullptr)
Ctor.
swift::gui::CPluginConfigWindow * createConfigWindow(QWidget *parent)
Creates a new config window and returns its pointer.