Salome HOME
fb4807f313bf7e7765d656d951f32f0d2abc9f55
[modules/geom.git] / src / DlgRef / DlgRef_Skeleton_QTD.h
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/
19 //
20 /****************************************************************************
21 ** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
22 **
23 ** Created: Wed Aug 11 18:42:51 2004
24 **      by:  The User Interface Compiler (uic)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28 #ifndef DLGREF_SKELETON_QTD_H
29 #define DLGREF_SKELETON_QTD_H
30
31 #include <qvariant.h>
32 #include <qdialog.h>
33 class QVBoxLayout; 
34 class QHBoxLayout; 
35 class QGridLayout; 
36 class QButtonGroup;
37 class QGroupBox;
38 class QLabel;
39 class QLineEdit;
40 class QPushButton;
41 class QRadioButton;
42
43 #if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
44 #define DLGREF_WNT_EXPORT __declspec( dllexport )
45 #else
46 #define DLGREF_WNT_EXPORT
47 #endif
48
49 class DLGREF_WNT_EXPORT DlgRef_Skeleton_QTD : public QDialog
50
51     Q_OBJECT
52
53 public:
54     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
55     ~DlgRef_Skeleton_QTD();
56
57     QGroupBox* GroupMedium;
58     QGroupBox* GroupButtons;
59     QPushButton* buttonOk;
60     QPushButton* buttonApply;
61     QPushButton* buttonCancel;
62     QButtonGroup* GroupConstructors;
63     QRadioButton* RadioButton1;
64     QRadioButton* RadioButton2;
65     QRadioButton* RadioButton3;
66     QRadioButton* RadioButton4;
67     QGroupBox* GroupBoxName;
68     QLineEdit* ResultName;
69     QLabel* NameLabel;
70
71
72 protected:
73     QGridLayout* DlgRef_Skeleton_QTDLayout;
74     QGridLayout* Layout1;
75     QHBoxLayout* GroupButtonsLayout;
76     QHBoxLayout* Layout3;
77     QHBoxLayout* GroupConstructorsLayout;
78     QHBoxLayout* Layout2;
79     QGridLayout* GroupBoxNameLayout;
80     QGridLayout* Layout66;
81 };
82
83 #endif // DLGREF_SKELETON_QTD_H