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