Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/geom.git] / src / EntityGUI / EntityGUI_Dir2_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_Dir2_QTD.ui'
22 **
23 ** Created: ven déc 12 11:17:10 2003
24 **      by:  The User Interface Compiler (uic)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28 #include "EntityGUI_Dir2_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_Dir2_QTD which is a child of 'parent', with the 
40  *  name 'name' and widget flags set to 'f'.
41  */
42 EntityGUI_Dir2_QTD::EntityGUI_Dir2_QTD( QWidget* parent,  const char* name, WFlags fl )
43     : QWidget( parent, name, fl )
44 {
45     if ( !name )
46         setName( "EntityGUI_Dir2_QTD" );
47     resize( 124, 106 ); 
48     setCaption( trUtf8( "EntityGUI_Dir2_QTD" ) );
49     EntityGUI_Dir2_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_Dir2_QTDLayout"); 
50
51     GroupDir2 = new QButtonGroup( this, "GroupDir2" );
52     GroupDir2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupDir2->sizePolicy().hasHeightForWidth() ) );
53     GroupDir2->setTitle( trUtf8( "Direction" ) );
54     GroupDir2->setColumnLayout(0, Qt::Vertical );
55     GroupDir2->layout()->setSpacing( 6 );
56     GroupDir2->layout()->setMargin( 11 );
57     GroupDir2Layout = new QGridLayout( GroupDir2->layout() );
58     GroupDir2Layout->setAlignment( Qt::AlignTop );
59
60     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
61
62     RB_Dir22 = new QRadioButton( GroupDir2, "RB_Dir22" );
63     RB_Dir22->setText( trUtf8( "X" ) );
64
65     Layout1->addWidget( RB_Dir22, 1, 0 );
66
67     RB_Dir23 = new QRadioButton( GroupDir2, "RB_Dir23" );
68     RB_Dir23->setText( trUtf8( "Y" ) );
69
70     Layout1->addWidget( RB_Dir23, 2, 0 );
71     QSpacerItem* spacer = new QSpacerItem( 0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
72     Layout1->addItem( spacer, 3, 0 );
73
74     RB_Dir21 = new QRadioButton( GroupDir2, "RB_Dir21" );
75     RB_Dir21->setText( trUtf8( "Length" ) );
76
77     Layout1->addWidget( RB_Dir21, 0, 0 );
78
79     GroupDir2Layout->addLayout( Layout1, 0, 0 );
80
81     EntityGUI_Dir2_QTDLayout->addWidget( GroupDir2, 0, 0 );
82
83     // tab order
84     setTabOrder( RB_Dir21, RB_Dir22 );
85     setTabOrder( RB_Dir22, RB_Dir23 );
86 }
87
88 /*  
89  *  Destroys the object and frees any allocated resources
90  */
91 EntityGUI_Dir2_QTD::~EntityGUI_Dir2_QTD()
92 {
93     // no need to delete child widgets, Qt does it all for us
94 }
95