summaryrefslogtreecommitdiff
path: root/attic/muse/muse/widgets/synthwizardbase.h
blob: 77b9815d64045ce47ed8d6dcc2513e89f279d48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/****************************************************************************
** Form interface generated from reading ui file 'synthwizardbase.ui'
**
** Created: Wed Nov 12 10:38:24 2003
**      by: The User Interface Compiler ($Id: synthwizardbase.h,v 1.5 2003/11/12 18:55:06 wschweer Exp $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef SYNTHCONFIGBASE_H
#define SYNTHCONFIGBASE_H

#include <qvariant.h>
#include <qwizard.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QWidget;
class QGroupBox;
class QListView;
class QListViewItem;
class QPushButton;

class SynthConfigBase : public QWizard
{
    Q_OBJECT

public:
    SynthConfigBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~SynthConfigBase();

    QWidget* WizardPage;
    QGroupBox* GroupBox2;
    QListView* synthList;
    QPushButton* addInstance;
    QGroupBox* GroupBox3;
    QListView* instanceList;
    QPushButton* removeInstance;
    QWidget* WizardPage_2;

protected:
    QVBoxLayout* WizardPageLayout;
    QVBoxLayout* GroupBox2Layout;
    QHBoxLayout* Layout1;
    QVBoxLayout* GroupBox3Layout;
    QHBoxLayout* Layout3;

protected slots:
    virtual void languageChange();

};

#endif // SYNTHCONFIGBASE_H