Salome HOME
Updated for bug 0020052 from Mantis.
[modules/geom.git] / src / EntityGUI / EntityGUI_Dir1_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_Dir1_QTD.ui'
22 **
23 ** Created: ven déc 12 11:17:09 2003
24 **      by:  The User Interface Compiler (uic)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28 #include "EntityGUI_Dir1_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_Dir1_QTD which is a child of 'parent', with the 
40  *  name 'name' and widget flags set to 'f'.
41  */
42 EntityGUI_Dir1_QTD::EntityGUI_Dir1_QTD( QWidget* parent,  const char* name, WFlags fl )
43     : QWidget( parent, name, fl )
44 {
45     if ( !name )
46         setName( "EntityGUI_Dir1_QTD" );
47     resize( 131, 123 ); 
48     setCaption( trUtf8( "EntityGUI_Dir1_QTD" ) );
49     EntityGUI_Dir1_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_Dir1_QTDLayout"); 
50
51     GroupDir1 = new QButtonGroup( this, "GroupDir1" );
52     GroupDir1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupDir1->sizePolicy().hasHeightForWidth() ) );
53     GroupDir1->setTitle( trUtf8( "Direction" ) );
54     GroupDir1->setColumnLayout(0, Qt::Vertical );
55     GroupDir1->layout()->setSpacing( 6 );
56     GroupDir1->layout()->setMargin( 11 );
57     GroupDir1Layout = new QGridLayout( GroupDir1->layout() );
58     GroupDir1Layout->setAlignment( Qt::AlignTop );
59
60     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
61
62     RB_Dir12 = new QRadioButton( GroupDir1, "RB_Dir12" );
63     RB_Dir12->setText( trUtf8( "Perpendicular" ) );
64
65     Layout1->addWidget( RB_Dir12, 1, 0 );
66
67     RB_Dir13 = new QRadioButton( GroupDir1, "RB_Dir13" );
68     RB_Dir13->setText( trUtf8( "Tangent" ) );
69
70     Layout1->addWidget( RB_Dir13, 2, 0 );
71
72     RB_Dir11 = new QRadioButton( GroupDir1, "RB_Dir11" );
73     RB_Dir11->setText( trUtf8( "Angle" ) );
74
75     Layout1->addWidget( RB_Dir11, 0, 0 );
76
77     RB_Dir14 = new QRadioButton( GroupDir1, "RB_Dir14" );
78     RB_Dir14->setText( trUtf8( "VX-VY" ) );
79
80     Layout1->addWidget( RB_Dir14, 3, 0 );
81
82     GroupDir1Layout->addLayout( Layout1, 0, 0 );
83
84     EntityGUI_Dir1_QTDLayout->addWidget( GroupDir1, 0, 0 );
85
86     // tab order
87     setTabOrder( RB_Dir11, RB_Dir12 );
88     setTabOrder( RB_Dir12, RB_Dir13 );
89     setTabOrder( RB_Dir13, RB_Dir14 );
90 }
91
92 /*  
93  *  Destroys the object and frees any allocated resources
94  */
95 EntityGUI_Dir1_QTD::~EntityGUI_Dir1_QTD()
96 {
97     // no need to delete child widgets, Qt does it all for us
98 }
99