ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/bgImageWizard/bgimagewizard.h
Revision: 1093
Committed: Sat Dec 30 13:57:32 2017 UTC (7 years, 9 months ago) by s10k
Content type: text/x-chdr
File size: 538 byte(s)
Log Message:
Vago 1.4

File Contents

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