4 #ifndef BPSAPPLICATIONWIZARD_H
5 #define BPSAPPLICATIONWIZARD_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
Wizard for plug ins of BPS Workplace.
Definition: bpsapplicationwizard.h:36
BpsApplicationWizard(QWidget *aParent=nullptr, Qt::WindowFlags aFlags=0)
Constructor.
void windowModified(bool aModified)
Signal emitted whenever the window modification status changes.
void setWindowModified(bool aModified=true)
Overloaded version of QMainWindow::setWindowModified, which sends out the signal modifiedChanged.
virtual void init()
Do initializations immediately before showing of the window.