ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/bgImageWizard/bgimagepage2.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: 619 byte(s)
Log Message:
Vago 1.4

File Contents

# Content
1 #ifndef BGIMAGEPAGE2_H
2 #define BGIMAGEPAGE2_H
3
4 #include <QWizardPage>
5 #include <QBitmap>
6 #include <QDateTime>
7
8 #include "utilvago.h"
9
10 namespace Ui {
11 class BGImagePage2;
12 }
13
14 class BGImagePage2 : public QWizardPage
15 {
16 Q_OBJECT
17
18 public:
19 explicit BGImagePage2(QWidget *parent = 0);
20 ~BGImagePage2();
21
22 private slots:
23 void on_pbBrowse_clicked();
24
25 private:
26
27 Ui::BGImagePage2 *ui;
28 bool validateField(QString &field);
29 bool validatePage();
30 void setImage(const QString &imagePath, const QImage &image);
31 void initializePage();
32 };
33
34 #endif // BGIMAGEPAGE2_H