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