Salome HOME
ENV: Windows porting.
[modules/geom.git] / src / DlgRef / DlgRef_Skeleton_QTD.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
3 **
4 ** Created: Wed Aug 11 18:42:51 2004
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef DLGREF_SKELETON_QTD_H
10 #define DLGREF_SKELETON_QTD_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class QButtonGroup;
18 class QGroupBox;
19 class QLabel;
20 class QLineEdit;
21 class QPushButton;
22 class QRadioButton;
23
24
25 #if defined DLGREF_EXPORTS
26 #if defined WIN32
27 #define DLGREF_EXPORT __declspec( dllexport )
28 #else
29 #define DLGREF_EXPORT
30 #endif
31 #else
32 #if defined WNT
33 #define DLGREF_EXPORT __declspec( dllimport )
34 #else
35 #define DLGREF_EXPORT
36 #endif
37 #endif
38
39 class DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
40
41     Q_OBJECT
42
43 public:
44     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
45     ~DlgRef_Skeleton_QTD();
46
47     QGroupBox* GroupMedium;
48     QGroupBox* GroupButtons;
49     QPushButton* buttonOk;
50     QPushButton* buttonApply;
51     QPushButton* buttonCancel;
52     QButtonGroup* GroupConstructors;
53     QRadioButton* RadioButton1;
54     QRadioButton* RadioButton2;
55     QRadioButton* RadioButton3;
56     QRadioButton* RadioButton4;
57     QGroupBox* GroupBoxName;
58     QLineEdit* ResultName;
59     QLabel* NameLabel;
60
61
62 protected:
63     QGridLayout* DlgRef_Skeleton_QTDLayout;
64     QGridLayout* Layout1;
65     QHBoxLayout* GroupButtonsLayout;
66     QHBoxLayout* Layout3;
67     QHBoxLayout* GroupConstructorsLayout;
68     QHBoxLayout* Layout2;
69     QGridLayout* GroupBoxNameLayout;
70     QGridLayout* Layout66;
71 };
72
73 #endif // DLGREF_SKELETON_QTD_H