Rev | Line | |
---|
[1054] | 1 | #ifndef BGIMAGEWIZARD_H
|
---|
| 2 | #define BGIMAGEWIZARD_H
|
---|
| 3 |
|
---|
| 4 | // Local includes
|
---|
[1061] | 5 | #include "abstractwizard.h"
|
---|
[1054] | 6 | #include "bgimagepage2.h"
|
---|
| 7 | #include "bgimagepage3.h"
|
---|
| 8 | #include "bgimagepagefinal.h"
|
---|
| 9 |
|
---|
[1061] | 10 | class BGImageWizard: public AbstractWizard // for signals and slots
|
---|
[1054] | 11 | {
|
---|
[1061] | 12 | protected:
|
---|
[1093] | 13 | BGImageWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings);
|
---|
[1061] | 14 | void exec();
|
---|
[1054] | 15 | private:
|
---|
| 16 | QString bgImagesLocation;
|
---|
[1061] | 17 | private:
|
---|
| 18 | void beforeClose(QDialog::DialogCode resultStatus);
|
---|
[1054] | 19 | };
|
---|
| 20 |
|
---|
| 21 | #endif // BGIMAGEWIZARD_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.