source: s10k/Vago/bgImageWizard/bgimagewizard.h@ 1099

Last change on this file since 1099 was 1093, checked in by s10k, 7 years ago

Vago 1.4

File size: 538 bytes
Line 
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
10class BGImageWizard: public AbstractWizard // for signals and slots
11{
12protected:
13 BGImageWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings);
14 void exec();
15private:
16 QString bgImagesLocation;
17private:
18 void beforeClose(QDialog::DialogCode resultStatus);
19};
20
21#endif // BGIMAGEWIZARD_H
Note: See TracBrowser for help on using the repository browser.