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