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