Salome HOME
DCQ : New Architecture
[modules/geom.git] / src / MeasureGUI / MeasureGUI_1Sel1TextView_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'MeasureGUI_1Sel1TextView_QTD.ui'
3 **
4 ** Created: mar oct 28 14:01:15 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "MeasureGUI_1Sel1TextView_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 <qtextedit.h>
17 #include <qlayout.h>
18 #include <qtooltip.h>
19 #include <qwhatsthis.h>
20
21 /* 
22  *  Constructs a MeasureGUI_1Sel1TextView_QTD which is a child of 'parent', with the 
23  *  name 'name' and widget flags set to 'f'.
24  */
25 MeasureGUI_1Sel1TextView_QTD::MeasureGUI_1Sel1TextView_QTD( QWidget* parent,  const char* name, WFlags fl )
26     : QWidget( parent, name, fl )
27 {
28     if ( !name )
29         setName( "MeasureGUI_1Sel1TextView_QTD" );
30     resize( 130, 160 ); 
31     setCaption( trUtf8( "MeasureGUI_1Sel1TextView_QTD" ) );
32     MeasureGUI_1Sel1TextView_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "MeasureGUI_1Sel1TextView_QTDLayout"); 
33
34     GroupBox1 = new QGroupBox( this, "GroupBox1" );
35     GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
36     GroupBox1->setTitle( trUtf8( "" ) );
37     GroupBox1->setColumnLayout(0, Qt::Vertical );
38     GroupBox1->layout()->setSpacing( 6 );
39     GroupBox1->layout()->setMargin( 11 );
40     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
41     GroupBox1Layout->setAlignment( Qt::AlignTop );
42
43     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
44
45     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
46     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
47     TextLabel1->setText( trUtf8( "TL1" ) );
48
49     Layout1->addWidget( TextLabel1, 0, 0 );
50
51     TextEdit1 = new QTextEdit( GroupBox1, "TextEdit1" );
52
53     Layout1->addMultiCellWidget( TextEdit1, 1, 1, 0, 2 );
54
55     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
56
57     Layout1->addWidget( LineEdit1, 0, 2 );
58
59     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
60     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
61     PushButton1->setText( trUtf8( "" ) );
62
63     Layout1->addWidget( PushButton1, 0, 1 );
64
65     GroupBox1Layout->addLayout( Layout1, 0, 0 );
66
67     MeasureGUI_1Sel1TextView_QTDLayout->addWidget( GroupBox1, 0, 0 );
68 }
69
70 /*  
71  *  Destroys the object and frees any allocated resources
72  */
73 MeasureGUI_1Sel1TextView_QTD::~MeasureGUI_1Sel1TextView_QTD()
74 {
75     // no need to delete child widgets, Qt does it all for us
76 }
77