Go to the documentation of this file.00001
00004 #ifndef BPSAPPLICATIONWIZARD_H
00005 #define BPSAPPLICATIONWIZARD_H
00006
00007 #include "bpsgui_global.h"
00008 #include <QWizard>
00009
00035 class BPSGUI_EXPORT BpsApplicationWizard : public QWizard
00036 {
00037 Q_OBJECT
00038 BPS_PRIVATE(BpsApplicationWizard)
00039
00040 public:
00041
00047 BpsApplicationWizard(QWidget *aParent = 0, Qt::WindowFlags aFlags = 0);
00048
00049 virtual ~BpsApplicationWizard();
00050
00055 virtual void init();
00056
00057 signals:
00058
00063 void windowModified(bool aModified);
00064
00065 public slots:
00066
00071 void setWindowModified(bool aModified = true);
00072 };
00073
00074 #endif // BPSAPPLICATIONWIZARD_H