]> SALOME platform Git repositories - modules/geom.git/blob - src/MeasureGUI/MeasureGUI_1Sel3LineEdit_QTD.cxx
Salome HOME
fix for Bug IPAL9442
[modules/geom.git] / src / MeasureGUI / MeasureGUI_1Sel3LineEdit_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'MeasureGUI_1Sel3LineEdit_QTD.ui'
3 **
4 ** Created: mar oct 28 16:11:13 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "MeasureGUI_1Sel3LineEdit_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 MeasureGUI_1Sel3LineEdit_QTD which is a child of 'parent', with the 
22  *  name 'name' and widget flags set to 'f'.
23  */
24 MeasureGUI_1Sel3LineEdit_QTD::MeasureGUI_1Sel3LineEdit_QTD( QWidget* parent,  const char* name, WFlags fl )
25     : QWidget( parent, name, fl )
26 {
27     if ( !name )
28         setName( "MeasureGUI_1Sel3LineEdit_QTD" );
29     resize( 129, 141 ); 
30     setCaption( trUtf8( "MeasureGUI_1Sel3LineEdit_QTD" ) );
31     MeasureGUI_1Sel3LineEdit_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "MeasureGUI_1Sel3LineEdit_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     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
43
44     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
45     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
46     TextLabel1->setText( trUtf8( "TL1" ) );
47
48     Layout2->addWidget( TextLabel1, 0, 0 );
49
50     LineEdit4 = new QLineEdit( GroupBox1, "LineEdit4" );
51
52     Layout2->addMultiCellWidget( LineEdit4, 3, 3, 1, 2 );
53
54     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
55     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
56     TextLabel3->setText( trUtf8( "TL3" ) );
57
58     Layout2->addWidget( TextLabel3, 2, 0 );
59
60     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
61
62     Layout2->addMultiCellWidget( LineEdit2, 1, 1, 1, 2 );
63     QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
64     Layout2->addItem( spacer, 4, 2 );
65
66     LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
67
68     Layout2->addMultiCellWidget( LineEdit3, 2, 2, 1, 2 );
69
70     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
71
72     Layout2->addWidget( LineEdit1, 0, 2 );
73
74     TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
75     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
76     TextLabel4->setText( trUtf8( "TL4" ) );
77
78     Layout2->addWidget( TextLabel4, 3, 0 );
79
80     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
81     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
82     TextLabel2->setText( trUtf8( "TL2" ) );
83
84     Layout2->addWidget( TextLabel2, 1, 0 );
85
86     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
87     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
88     PushButton1->setText( trUtf8( "" ) );
89
90     Layout2->addWidget( PushButton1, 0, 1 );
91
92     GroupBox1Layout->addLayout( Layout2, 0, 0 );
93
94     MeasureGUI_1Sel3LineEdit_QTDLayout->addWidget( GroupBox1, 0, 0 );
95 }
96
97 /*  
98  *  Destroys the object and frees any allocated resources
99  */
100 MeasureGUI_1Sel3LineEdit_QTD::~MeasureGUI_1Sel3LineEdit_QTD()
101 {
102     // no need to delete child widgets, Qt does it all for us
103 }
104