]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMGUI/GeometryGUI_1Sel_QTD.cxx
Salome HOME
Dcq : Add MakeShell MakeSolid and New GUI Architecture
[modules/geom.git] / src / GEOMGUI / GeometryGUI_1Sel_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'GeometryGUI_1Sel_QTD.ui'
3 **
4 ** Created: lun sep 22 17:38:06 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "GeometryGUI_1Sel_QTD.h"
10
11 #include <qvariant.h>
12 #include <qgroupbox.h>
13 #include <qlabel.h>
14 #include <qlineedit.h>
15 #include <qpushbutton.h>
16 #include <qlayout.h>
17 #include <qtooltip.h>
18 #include <qwhatsthis.h>
19
20 /* 
21  *  Constructs a GeometryGUI_1Sel_QTD which is a child of 'parent', with the 
22  *  name 'name' and widget flags set to 'f'.
23  */
24 GeometryGUI_1Sel_QTD::GeometryGUI_1Sel_QTD( QWidget* parent,  const char* name, WFlags fl )
25     : QWidget( parent, name, fl )
26 {
27     if ( !name )
28         setName( "GeometryGUI_1Sel_QTD" );
29     resize( 129, 57 ); 
30     setCaption( trUtf8( "GeometryGUI_1Sel_QTD" ) );
31     GeometryGUI_1Sel_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "GeometryGUI_1Sel_QTDLayout"); 
32
33     GroupBox1 = new QGroupBox( this, "GroupBox1" );
34     GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
35     GroupBox1->setTitle( trUtf8( "" ) );
36     GroupBox1->setColumnLayout(0, Qt::Vertical );
37     GroupBox1->layout()->setSpacing( 6 );
38     GroupBox1->layout()->setMargin( 11 );
39     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
40     GroupBox1Layout->setAlignment( Qt::AlignTop );
41
42     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
43
44     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
45     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
46     PushButton1->setText( trUtf8( "" ) );
47
48     Layout1->addWidget( PushButton1, 0, 1 );
49     QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
50     Layout1->addItem( spacer, 1, 2 );
51
52     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
53
54     Layout1->addWidget( LineEdit1, 0, 2 );
55
56     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
57     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
58     TextLabel1->setText( trUtf8( "TL1" ) );
59
60     Layout1->addWidget( TextLabel1, 0, 0 );
61
62     GroupBox1Layout->addLayout( Layout1, 0, 0 );
63
64     GeometryGUI_1Sel_QTDLayout->addWidget( GroupBox1, 0, 0 );
65 }
66
67 /*  
68  *  Destroys the object and frees any allocated resources
69  */
70 GeometryGUI_1Sel_QTD::~GeometryGUI_1Sel_QTD()
71 {
72     // no need to delete child widgets, Qt does it all for us
73 }
74