| Revision: | 1092 | 
| Committed: | Sat Dec 30 13:43:28 2017 UTC (7 years, 10 months ago) by s10k | 
| Content type: | text/x-chdr | 
| File size: | 370 byte(s) | 
| Log Message: | moved files to s10k directory since now vago uses the same libs structures as my other projects (e.g. XmlTools) | 
| # | Content | 
|---|---|
| 1 | #ifndef SOUNDPAGE4_H | 
| 2 | #define SOUNDPAGE4_H | 
| 3 | |
| 4 | #include <QWizardPage> | 
| 5 | |
| 6 | #include "util.h" | 
| 7 | |
| 8 | namespace Ui { | 
| 9 | class soundpage4; | 
| 10 | } | 
| 11 | |
| 12 | class SoundPage4 : public QWizardPage | 
| 13 | { | 
| 14 | Q_OBJECT | 
| 15 | |
| 16 | public: | 
| 17 | explicit SoundPage4(QWidget *parent = 0); | 
| 18 | ~SoundPage4(); | 
| 19 | |
| 20 | private: | 
| 21 | Ui::soundpage4 *ui; | 
| 22 | |
| 23 | bool validatePage(); | 
| 24 | }; | 
| 25 | |
| 26 | #endif // SOUNDPAGE4_H |