summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/dialogs/defaultcodegenpolicypage.h
blob: c3d36332eca4709529487a5c5bc985e35e0ec689 (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

/****************************************************************************
** Form interface generated from reading ui file 'Defaultcodegenpolicypage.ui'
**
** Created: Fri Aug 1 12:47:23 2003
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef DEFAULTCODEGENPOLICYPAGE_H
#define DEFAULTCODEGENPOLICYPAGE_H

#include <qvariant.h>
#include <qwidget.h>
#include "codegenerationpolicypage.h"

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QLabel;
class CodeGenePolicyExt;

class DefaultCodeGenPolicyPage : public CodeGenerationPolicyPage
{
    Q_OBJECT

public:

    explicit DefaultCodeGenPolicyPage( QWidget* parent = 0, const char* name = 0, CodeGenPolicyExt * policy =0);

    ~DefaultCodeGenPolicyPage();

    QLabel* textLabel;

protected:

protected slots:

};

#endif // DEFAULTCODEGENPOLICYPAGE_H