]> SALOME platform Git repositories - modules/geom.git/blob - src/EntityGUI/EntityGUI_Skeleton_QTD.h
Salome HOME
Correct make file for shared modules script
[modules/geom.git] / src / EntityGUI / EntityGUI_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 'EntityGUI_Skeleton_QTD.ui'
24 **
25 ** Created: Tue Mar 13 14:04:42 2007
26 **      by: The User Interface Compiler ($Id$)
27 **
28 ** WARNING! All changes made in this file will be lost!
29 ****************************************************************************/
30
31 #ifndef ENTITYGUI_SKELETON_QTD_H
32 #define ENTITYGUI_SKELETON_QTD_H
33
34 #include "GEOM_EntityGUI.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 QPushButton;
47
48 class GEOM_ENTITYGUI_EXPORT EntityGUI_Skeleton_QTD : public QDialog
49 {
50     Q_OBJECT
51
52 public:
53     EntityGUI_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
54     ~EntityGUI_Skeleton_QTD();
55
56     QButtonGroup* GroupConstructors;
57     QRadioButton* RadioButton1;
58     QRadioButton* RadioButton2;
59     QGroupBox* GroupDest;
60     QButtonGroup* GroupDest1;
61     QRadioButton* RB_Dest2;
62     QRadioButton* RB_Dest1;
63     QGroupBox* GroupButtons;
64     QPushButton* buttonEnd;
65     QPushButton* buttonClose;
66     QPushButton* buttonCancel;
67     QPushButton* buttonHelp;
68
69 protected:
70     QGridLayout* EntityGUI_Skeleton_QTDLayout;
71     QGridLayout* Layout1;
72     QGridLayout* GroupConstructorsLayout;
73     QHBoxLayout* Layout2;
74     QGridLayout* GroupDestLayout;
75     QGridLayout* Layout5;
76     QGridLayout* GroupDest1Layout;
77     QGridLayout* Layout4;
78     QHBoxLayout* GroupButtonsLayout;
79     QHBoxLayout* Layout3;
80     QSpacerItem* Spacer1;
81
82 protected slots:
83     virtual void languageChange();
84
85 };
86
87 #endif // ENTITYGUI_SKELETON_QTD_H