Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[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: Fri Mar 17 11:18:06 2006
24 **      by: The User Interface Compiler ($Id$)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28
29 #ifndef DLGREF_SKELETON_QTD_H
30 #define DLGREF_SKELETON_QTD_H
31
32 #include <qvariant.h>
33 #include <qdialog.h>
34
35 class QVBoxLayout;
36 class QHBoxLayout;
37 class QGridLayout;
38 class QSpacerItem;
39 class QGroupBox;
40 class QPushButton;
41 class QButtonGroup;
42 class QRadioButton;
43 class QLineEdit;
44 class QLabel;
45
46 class DlgRef_Skeleton_QTD : public QDialog
47 {
48     Q_OBJECT
49
50 public:
51     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
52     ~DlgRef_Skeleton_QTD();
53
54     QGroupBox* GroupMedium;
55     QGroupBox* GroupButtons;
56     QPushButton* buttonOk;
57     QPushButton* buttonApply;
58     QPushButton* buttonCancel;
59     QPushButton* buttonHelp;
60     QButtonGroup* GroupConstructors;
61     QRadioButton* RadioButton1;
62     QRadioButton* RadioButton2;
63     QRadioButton* RadioButton3;
64     QRadioButton* RadioButton4;
65     QGroupBox* GroupBoxName;
66     QLineEdit* ResultName;
67     QLabel* NameLabel;
68
69 protected:
70     QGridLayout* DlgRef_Skeleton_QTDLayout;
71     QGridLayout* Layout1;
72     QHBoxLayout* GroupButtonsLayout;
73     QHBoxLayout* Layout3;
74     QSpacerItem* Spacer1;
75     QHBoxLayout* GroupConstructorsLayout;
76     QHBoxLayout* Layout2;
77     QGridLayout* GroupBoxNameLayout;
78     QGridLayout* Layout66;
79
80 protected slots:
81     virtual void languageChange();
82
83 };
84
85 #endif // DLGREF_SKELETON_QTD_H