summaryrefslogblamecommitdiff
path: root/horizonwizard.hh
blob: 57cb685a1ffbf1cc6f7d487d5a30fd0008b30b49 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                            
#ifndef HORIZONWIZARD_HH
#define HORIZONWIZARD_HH

#include <QWizard>

class HorizonWizard : public QWizard
{
        enum { Page_Welcome, Page_Partition, Page_Networking, Page_Software,
               Page_AdvancedSoftware, Page_Startup, Page_Commit, Page_Save,
               Page_Finished, Page_CustomStart };
public:
        HorizonWizard(QWidget *parent = 0);
};

#endif // HORIZONWIZARD_HH