Salome HOME
SALOME PAL V1_4_1
[modules/geom.git] / src / DlgRef / DlgRef_4Sel1List_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_4Sel1List_QTD.ui'
3 **
4 ** Created: lun oct 27 17:21:04 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_4Sel1List_QTD.h"
10
11 #include <qvariant.h>
12 #include <qcombobox.h>
13 #include <qgroupbox.h>
14 #include <qlabel.h>
15 #include <qlineedit.h>
16 #include <qpushbutton.h>
17 #include <qlayout.h>
18 #include <qtooltip.h>
19 #include <qwhatsthis.h>
20
21 /* 
22  *  Constructs a DlgRef_4Sel1List_QTD which is a child of 'parent', with the 
23  *  name 'name' and widget flags set to 'f'.
24  */
25 DlgRef_4Sel1List_QTD::DlgRef_4Sel1List_QTD( QWidget* parent,  const char* name, WFlags fl )
26     : QWidget( parent, name, fl )
27 {
28     if ( !name )
29         setName( "DlgRef_4Sel1List_QTD" );
30     resize( 129, 175 ); 
31     setCaption( trUtf8( "DlgRef_4Sel1List_QTD" ) );
32     DlgRef_4Sel1List_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_4Sel1List_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     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     Layout1->addWidget( TextLabel1, 0, 0 );
49
50     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
51     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
52     PushButton1->setText( trUtf8( "" ) );
53
54     Layout1->addWidget( PushButton1, 0, 1 );
55     
56     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
57
58     Layout1->addWidget( LineEdit1, 0, 2 );
59    
60
61     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
62     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
63     TextLabel2->setText( trUtf8( "TL2" ) );
64
65     Layout1->addWidget( TextLabel2, 1, 0 );
66
67     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
68     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
69     PushButton2->setText( trUtf8( "" ) );
70
71     Layout1->addWidget( PushButton2, 1, 1 );
72     
73     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
74
75     Layout1->addWidget( LineEdit2, 1, 2 );
76
77     
78     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
79     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
80     TextLabel3->setText( trUtf8( "TL3" ) );
81
82     Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
83     
84     ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
85     ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
86
87     Layout1->addWidget( ComboBox1, 2, 2 );
88    
89
90     GroupBox1Layout->addLayout( Layout1, 0, 0 );
91     
92     DlgRef_4Sel1List_QTDLayout->addWidget( GroupBox1, 0, 0 );
93
94     
95     GroupBox2 = new QGroupBox( this, "GroupBox2" );
96     GroupBox2->setTitle( trUtf8( "" ) );
97     GroupBox2->setColumnLayout(0, Qt::Vertical );
98     GroupBox2->layout()->setSpacing( 6 );
99     GroupBox2->layout()->setMargin( 11 );
100     GroupBox2Layout = new QGridLayout( GroupBox2->layout() );
101     GroupBox2Layout->setAlignment( Qt::AlignTop );
102
103     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
104     
105     TextLabel4 = new QLabel( GroupBox2, "TextLabel4" );
106     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
107     TextLabel4->setText( trUtf8( "TL4" ) );
108     
109     Layout2->addWidget( TextLabel4, 0, 0 );
110     QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
111     Layout1->addItem( spacer, 5, 2 );
112
113     PushButton3 = new QPushButton( GroupBox2, "PushButton3" );
114     PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
115     PushButton3->setText( trUtf8( "" ) );
116
117     Layout2->addWidget( PushButton3, 0, 1 );
118
119     LineEdit3 = new QLineEdit( GroupBox2, "LineEdit3" );
120
121     Layout2->addWidget( LineEdit3, 0, 2 );
122
123
124     TextLabel5 = new QLabel( GroupBox2, "TextLabel5" );
125     TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
126     TextLabel5->setText( trUtf8( "TL5" ) );
127
128     Layout2->addWidget( TextLabel5, 1, 0 );
129
130     PushButton4 = new QPushButton( GroupBox2, "PushButton4" );
131     PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
132     PushButton4->setText( trUtf8( "" ) );
133
134     Layout2->addWidget( PushButton4, 1, 1 );
135
136     LineEdit4 = new QLineEdit( GroupBox2, "LineEdit4" );
137
138     Layout2->addWidget( LineEdit4, 1, 2 );
139
140     GroupBox2Layout->addLayout( Layout2, 0, 0 );
141     
142     DlgRef_4Sel1List_QTDLayout->addWidget( GroupBox2, 1, 0 );
143 }
144
145 /*  
146  *  Destroys the object and frees any allocated resources
147  */
148 DlgRef_4Sel1List_QTD::~DlgRef_4Sel1List_QTD()
149 {
150     // no need to delete child widgets, Qt does it all for us
151 }
152