]> SALOME platform Git repositories - modules/geom.git/blob - src/EntityGUI/EntityGUI_Point_QTD.cxx
Salome HOME
Correct make file for shared modules script
[modules/geom.git] / src / EntityGUI / EntityGUI_Point_QTD.cxx
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 implementation generated from reading ui file 'EntityGUI_Point_QTD.ui'
24 **
25 ** Created: ven déc 12 11:17:08 2003
26 **      by:  The User Interface Compiler (uic)
27 **
28 ** WARNING! All changes made in this file will be lost!
29 ****************************************************************************/
30 #include "EntityGUI_Point_QTD.h"
31
32 #include <qvariant.h>
33 #include <qbuttongroup.h>
34 #include <qpushbutton.h>
35 #include <qradiobutton.h>
36 #include <qlayout.h>
37 #include <qtooltip.h>
38 #include <qwhatsthis.h>
39
40 /* 
41  *  Constructs a EntityGUI_Point_QTD which is a child of 'parent', with the 
42  *  name 'name' and widget flags set to 'f'.
43  */
44 EntityGUI_Point_QTD::EntityGUI_Point_QTD( QWidget* parent,  const char* name, WFlags fl )
45     : QWidget( parent, name, fl )
46 {
47     if ( !name )
48         setName( "EntityGUI_Point_QTD" );
49     resize( 124, 106 ); 
50     setCaption( trUtf8( "EntityGUI_Point_QTD" ) );
51     EntityGUI_Point_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_Point_QTDLayout"); 
52
53     GroupPoint = new QButtonGroup( this, "GroupPoint" );
54     GroupPoint->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupPoint->sizePolicy().hasHeightForWidth() ) );
55     GroupPoint->setTitle( trUtf8( "Point" ) );
56     GroupPoint->setColumnLayout(0, Qt::Vertical );
57     GroupPoint->layout()->setSpacing( 6 );
58     GroupPoint->layout()->setMargin( 11 );
59     GroupPointLayout = new QGridLayout( GroupPoint->layout() );
60     GroupPointLayout->setAlignment( Qt::AlignTop );
61
62     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
63
64     RB_Point2 = new QRadioButton( GroupPoint, "RB_Point2" );
65     RB_Point2->setText( trUtf8( "Relative" ) );
66
67     Layout1->addWidget( RB_Point2, 1, 0 );
68
69     RB_Point1 = new QRadioButton( GroupPoint, "RB_Point1" );
70     RB_Point1->setText( trUtf8( "Absolute" ) );
71
72     Layout1->addWidget( RB_Point1, 0, 0 );
73
74     RB_Point3 = new QRadioButton( GroupPoint, "RB_Point3" );
75     RB_Point3->setText( trUtf8( "Selection" ) );
76
77     Layout1->addWidget( RB_Point3, 2, 0 );
78
79     GroupPointLayout->addLayout( Layout1, 0, 0 );
80
81     EntityGUI_Point_QTDLayout->addWidget( GroupPoint, 0, 0 );
82
83     // tab order
84     setTabOrder( RB_Point1, RB_Point2 );
85     setTabOrder( RB_Point2, RB_Point3 );
86 }
87
88 /*  
89  *  Destroys the object and frees any allocated resources
90  */
91 EntityGUI_Point_QTD::~EntityGUI_Point_QTD()
92 {
93     // no need to delete child widgets, Qt does it all for us
94 }
95