ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundpage5.h
Revision: 1054
Committed: Wed Oct 12 21:35:13 2016 UTC (9 years ago) by s10k
Content type: text/x-chdr
Original Path: Vago/trunk/Vago/soundWizard/soundpage5.h
File size: 370 byte(s)
Log Message:
Vago 1.1

File Contents

# Content
1 #ifndef SOUNDPAGE5_H
2 #define SOUNDPAGE5_H
3
4 #include <QWizardPage>
5
6 #include "util.h"
7
8 namespace Ui {
9 class soundpage5;
10 }
11
12 class SoundPage5 : public QWizardPage
13 {
14 Q_OBJECT
15
16 public:
17 explicit SoundPage5(QWidget *parent = 0);
18 ~SoundPage5();
19
20 private:
21 Ui::soundpage5 *ui;
22
23 bool validatePage();
24 };
25
26 #endif // SOUNDPAGE5_H