Last change
on this file since 1132 was 811, checked in by s10k, 12 years ago |
Vago: some layout fixes on windows, removed debug includes
|
File size:
446 bytes
|
Line | |
---|
1 | #ifndef PACKAGEPAGE3_H
|
---|
2 | #define PACKAGEPAGE3_H
|
---|
3 |
|
---|
4 | #include <QWizardPage>
|
---|
5 |
|
---|
6 | #include "util.h"
|
---|
7 |
|
---|
8 | namespace Ui {
|
---|
9 | class PackagePage3;
|
---|
10 | }
|
---|
11 |
|
---|
12 | class PackagePage3 : public QWizardPage
|
---|
13 | {
|
---|
14 | Q_OBJECT
|
---|
15 |
|
---|
16 | public:
|
---|
17 | explicit PackagePage3(QWidget *parent = 0);
|
---|
18 | ~PackagePage3();
|
---|
19 |
|
---|
20 | private:
|
---|
21 | Ui::PackagePage3 *ui;
|
---|
22 | bool validateField(QString &field, bool isLevels=false);
|
---|
23 | bool validatePage();
|
---|
24 | };
|
---|
25 |
|
---|
26 | #endif // PACKAGEPAGE3_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.