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         void wizardCurrentIdChanged(
int id);
 
   58         void clickedCustomButton(
int which);
 
   64         void setParentOpacity(qreal opacity);
 
   67         void setScreenGeometry();
 
   70         int m_previousId = -1;
 
   73         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.