source:
s10k/Vago/soundWizard/soundpage3.h
Last change on this file was 771, checked in by , 12 years ago | |
---|---|
File size: 370 bytes |
Line | |
---|---|
1 | #ifndef SOUNDPAGE3_H |
2 | #define SOUNDPAGE3_H |
3 | |
4 | #include <QWizardPage> |
5 | |
6 | #include "util.h" |
7 | |
8 | namespace Ui { |
9 | class soundpage3; |
10 | } |
11 | |
12 | class SoundPage3 : public QWizardPage |
13 | { |
14 | Q_OBJECT |
15 | |
16 | public: |
17 | explicit SoundPage3(QWidget *parent = 0); |
18 | ~SoundPage3(); |
19 | |
20 | private: |
21 | Ui::soundpage3 *ui; |
22 | |
23 | bool validatePage(); |
24 | }; |
25 | |
26 | #endif // SOUNDPAGE3_H |
Note:
See TracBrowser
for help on using the repository browser.