Salome HOME
Update for 19962 issue: MakePipeBiNormalAlongAxis implementation.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_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 'MeasureGUI_Skeleton_QTD.ui'
24 **
25 ** Created: Tue Mar 13 14:20:20 2007
26 **      by: The User Interface Compiler ($Id$)
27 **
28 ** WARNING! All changes made in this file will be lost!
29 ****************************************************************************/
30
31 #ifndef MEASUREGUI_SKELETON_QTD_H
32 #define MEASUREGUI_SKELETON_QTD_H
33
34 #include "GEOM_MeasureGUI.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 QGroupBox;
44 class QPushButton;
45 class QButtonGroup;
46 class QRadioButton;
47
48 class GEOM_MEASUREGUI_EXPORT MeasureGUI_Skeleton_QTD : public QDialog
49 {
50     Q_OBJECT
51
52 public:
53     MeasureGUI_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
54     ~MeasureGUI_Skeleton_QTD();
55
56     QGroupBox* GroupButtons;
57     QPushButton* buttonClose;
58     QPushButton* buttonHelp;
59     QButtonGroup* GroupConstructors;
60     QRadioButton* RadioButton1;
61
62 protected:
63     QGridLayout* MeasureGUI_Skeleton_QTDLayout;
64     QGridLayout* Layout1;
65     QGridLayout* GroupButtonsLayout;
66     QGridLayout* Layout3;
67     QSpacerItem* Spacer1;
68     QGridLayout* GroupConstructorsLayout;
69     QHBoxLayout* Layout2;
70
71 protected slots:
72     virtual void languageChange();
73
74 };
75
76 #endif // MEASUREGUI_SKELETON_QTD_H