]> SALOME platform Git repositories - modules/geom.git/blob - src/DlgRef/DlgRef_4Sel1List_QTD.cxx
Salome HOME
DCQ : New Architecture
[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     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
45
46     Layout1->addWidget( LineEdit2, 1, 2 );
47
48     PushButton4 = new QPushButton( GroupBox1, "PushButton4" );
49     PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
50     PushButton4->setText( trUtf8( "" ) );
51
52     Layout1->addWidget( PushButton4, 4, 1 );
53
54     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
55     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
56     PushButton1->setText( trUtf8( "" ) );
57
58     Layout1->addWidget( PushButton1, 0, 1 );
59
60     LineEdit4 = new QLineEdit( GroupBox1, "LineEdit4" );
61
62     Layout1->addWidget( LineEdit4, 4, 2 );
63
64     PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
65     PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
66     PushButton3->setText( trUtf8( "" ) );
67
68     Layout1->addWidget( PushButton3, 3, 1 );
69
70     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
71     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
72     PushButton2->setText( trUtf8( "" ) );
73
74     Layout1->addWidget( PushButton2, 1, 1 );
75
76     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
77     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
78     TextLabel1->setText( trUtf8( "TL1" ) );
79
80     Layout1->addWidget( TextLabel1, 0, 0 );
81
82     TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
83     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
84     TextLabel4->setText( trUtf8( "TL4" ) );
85
86     Layout1->addWidget( TextLabel4, 3, 0 );
87     QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
88     Layout1->addItem( spacer, 5, 2 );
89
90     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
91
92     Layout1->addWidget( LineEdit1, 0, 2 );
93
94     TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
95     TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
96     TextLabel5->setText( trUtf8( "TL5" ) );
97
98     Layout1->addWidget( TextLabel5, 4, 0 );
99
100     LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
101
102     Layout1->addWidget( LineEdit3, 3, 2 );
103
104     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
105     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
106     TextLabel2->setText( trUtf8( "TL2" ) );
107
108     Layout1->addWidget( TextLabel2, 1, 0 );
109
110     ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
111     ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
112
113     Layout1->addWidget( ComboBox1, 2, 2 );
114
115     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
116     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
117     TextLabel3->setText( trUtf8( "TL3" ) );
118
119     Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
120
121     GroupBox1Layout->addLayout( Layout1, 0, 0 );
122
123     DlgRef_4Sel1List_QTDLayout->addWidget( GroupBox1, 0, 0 );
124 }
125
126 /*  
127  *  Destroys the object and frees any allocated resources
128  */
129 DlgRef_4Sel1List_QTD::~DlgRef_4Sel1List_QTD()
130 {
131     // no need to delete child widgets, Qt does it all for us
132 }
133