1 // Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 /****************************************************************************
21 ** Form implementation generated from reading ui file 'EntityGUI_Dir1_QTD.ui'
23 ** Created: ven déc 12 11:17:09 2003
24 ** by: The User Interface Compiler (uic)
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28 #include "EntityGUI_Dir1_QTD.h"
31 #include <qbuttongroup.h>
32 #include <qpushbutton.h>
33 #include <qradiobutton.h>
36 #include <qwhatsthis.h>
39 * Constructs a EntityGUI_Dir1_QTD which is a child of 'parent', with the
40 * name 'name' and widget flags set to 'f'.
42 EntityGUI_Dir1_QTD::EntityGUI_Dir1_QTD( QWidget* parent, const char* name, WFlags fl )
43 : QWidget( parent, name, fl )
46 setName( "EntityGUI_Dir1_QTD" );
48 setCaption( trUtf8( "EntityGUI_Dir1_QTD" ) );
49 EntityGUI_Dir1_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_Dir1_QTDLayout");
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 );
60 Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
62 RB_Dir12 = new QRadioButton( GroupDir1, "RB_Dir12" );
63 RB_Dir12->setText( trUtf8( "Perpendicular" ) );
65 Layout1->addWidget( RB_Dir12, 1, 0 );
67 RB_Dir13 = new QRadioButton( GroupDir1, "RB_Dir13" );
68 RB_Dir13->setText( trUtf8( "Tangent" ) );
70 Layout1->addWidget( RB_Dir13, 2, 0 );
72 RB_Dir11 = new QRadioButton( GroupDir1, "RB_Dir11" );
73 RB_Dir11->setText( trUtf8( "Angle" ) );
75 Layout1->addWidget( RB_Dir11, 0, 0 );
77 RB_Dir14 = new QRadioButton( GroupDir1, "RB_Dir14" );
78 RB_Dir14->setText( trUtf8( "VX-VY" ) );
80 Layout1->addWidget( RB_Dir14, 3, 0 );
82 GroupDir1Layout->addLayout( Layout1, 0, 0 );
84 EntityGUI_Dir1_QTDLayout->addWidget( GroupDir1, 0, 0 );
87 setTabOrder( RB_Dir11, RB_Dir12 );
88 setTabOrder( RB_Dir12, RB_Dir13 );
89 setTabOrder( RB_Dir13, RB_Dir14 );
93 * Destroys the object and frees any allocated resources
95 EntityGUI_Dir1_QTD::~EntityGUI_Dir1_QTD()
97 // no need to delete child widgets, Qt does it all for us