ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/windowMessagesWizard/wmwizard.h
Revision: 1061
Committed: Fri Dec 9 19:04:18 2016 UTC (8 years, 10 months ago) by s10k
Content type: text/x-chdr
Original Path: Vago/trunk/Vago/windowMessagesWizard/wmwizard.h
File size: 525 byte(s)
Log Message:
Added Vago 1.3

File Contents

# Content
1 #ifndef WMWIZARD_H
2 #define WMWIZARD_H
3
4 // Local includes
5 #include "abstractwizard.h"
6 #include "wmsetuppage.h"
7 #include "wmformatpage.h"
8 #include "wmfinalpage.h"
9
10 class WmWizard: public AbstractWizard // for signals and slots
11 {
12 protected:
13 WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger);
14 void exec();
15 private:
16 QString bgImagesLocation;
17 private:
18 void beforeClose(QDialog::DialogCode resultStatus);
19 };
20
21 #endif // WMWIZARD_H