~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to include/dialogs/CFirstStartWizard.h

  • Committer: Nathan Osman
  • Date: 2012-07-03 18:54:45 UTC
  • Revision ID: admin@quickmediasolutions.com-20120703185445-39gkajlpzikj764i
Adjusted the wizard to make certain steps mandatory and added a nice animation to the broadcast discovery page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#define CFIRSTSTARTWIZARD_H
19
19
 
20
20
#include <QWizard>
 
21
#include <QWizardPage>
 
22
 
 
23
class CWizardPage : public QWizardPage
 
24
{
 
25
    Q_OBJECT
 
26
 
 
27
    public:
 
28
 
 
29
        void AddRequiredField(QWidget *, const char * = NULL, const char * = NULL);
 
30
};
21
31
 
22
32
namespace Ui {
23
33
    class CFirstStartWizard;