Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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/ or email : webmaster.salome@opencascade.com
19 //
20 /****************************************************************************
21 ** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
22 **
23 ** Created: Tue Mar 13 14:40:29 2007
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 "GEOM_DlgRef.hxx"
33
34 #include <qvariant.h>
35 #include <qdialog.h>
36
37 class QVBoxLayout;
38 class QHBoxLayout;
39 class QGridLayout;
40 class QSpacerItem;
41 class QGroupBox;
42 class QPushButton;
43 class QButtonGroup;
44 class QRadioButton;
45 class QLineEdit;
46 class QLabel;
47
48 class GEOM_DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
49 {
50     Q_OBJECT
51
52 public:
53     DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
54     ~DlgRef_Skeleton_QTD();
55
56     QGroupBox* GroupButtons;
57     QPushButton* buttonOk;
58     QPushButton* buttonApply;
59     QPushButton* buttonCancel;
60     QPushButton* buttonHelp;
61     QButtonGroup* GroupConstructors;
62     QRadioButton* RadioButton1;
63     QRadioButton* RadioButton2;
64     QRadioButton* RadioButton3;
65     QRadioButton* RadioButton4;
66     QGroupBox* GroupBoxName;
67     QLineEdit* ResultName;
68     QLabel* NameLabel;
69
70 protected:
71     QGridLayout* DlgRef_Skeleton_QTDLayout;
72     QGridLayout* Layout1;
73     QHBoxLayout* GroupButtonsLayout;
74     QHBoxLayout* Layout3;
75     QSpacerItem* Spacer1;
76     QHBoxLayout* GroupConstructorsLayout;
77     QHBoxLayout* Layout2;
78     QGridLayout* GroupBoxNameLayout;
79     QGridLayout* Layout66;
80
81 protected slots:
82     virtual void languageChange();
83
84 };
85
86 #endif // DLGREF_SKELETON_QTD_H