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