6 #ifndef SWIFT_SIMPLUGIN_FSXCOMMON_SIMCONNECTSETTINGSCOMPONENT_H
7 #define SWIFT_SIMPLUGIN_FSXCOMMON_SIMCONNECTSETTINGSCOMPONENT_H
9 #include <QScopedPointer>
19 class CSimConnectSettingsComponent;
21 namespace swift::simplugin::fsxcommon
39 void setSimConnectInfo();
42 void setComboBox(
const QString &value);
45 void onP3DVersionChanged(
const QString &version);
49 QScopedPointer<Ui::CSimConnectSettingsComponent> ui;
50 bool m_p3d64bit =
false;
Using this class provides a QFrame with the overlay functionality already integrated.
Simple hardcoded info about the corresponding simulator.
A component that gathers all SimConnect related settings.
#define FSXCOMMON_EXPORT
FSXCommon Export Macro.