6 #ifndef SWIFT_GUI_COMPONENTS_CONFIGURATIONWIZARD_H
7 #define SWIFT_GUI_COMPONENTS_CONFIGURATIONWIZARD_H
9 #include <QScopedPointer>
16 class CConfigurationWizard;
34 CopySettingsAndCaches,
48 bool lastStepSkipped()
const;
51 static bool lastWizardStepSkipped(
const QWizard *standardWizard);
55 virtual bool event(QEvent *event)
override;
59 void wizardCurrentIdChanged(
int id);
62 void clickedCustomButton(
int which);
68 void setParentOpacity(qreal opacity);
71 void setScreenGeometry();
73 QScopedPointer<Ui::CConfigurationWizard> ui;
74 int m_previousId = -1;
77 bool m_skipped =
false;
Configure the most important settings.
Plugin loaded by X-Plane which publishes a DBus service.
High level reusable GUI components.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.