source: s10k/Vago/bgImageWizard/bgimagepage2.h@ 1093

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

Vago 1.4

File size: 619 bytes
RevLine 
[1054]1#ifndef BGIMAGEPAGE2_H
2#define BGIMAGEPAGE2_H
3
4#include <QWizardPage>
5#include <QBitmap>
[1093]6#include <QDateTime>
[1054]7
8#include "utilvago.h"
9
10namespace Ui {
11class BGImagePage2;
12}
13
14class BGImagePage2 : public QWizardPage
15{
16 Q_OBJECT
17
18public:
[1093]19 explicit BGImagePage2(QWidget *parent = 0);
[1054]20 ~BGImagePage2();
21
22private slots:
23 void on_pbBrowse_clicked();
24
25private:
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
Note: See TracBrowser for help on using the repository browser.