Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / DlgRef / DlgRef_4Sel1List1Check_QTD.cxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 //
20 /****************************************************************************
21 ** Form implementation generated from reading ui file 'DlgRef_4Sel1List1Check_QTD.ui'
22 **
23 ** Created: lun oct 27 17:21:04 2003
24 **      by:  The User Interface Compiler (uic)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28 #include "DlgRef_4Sel1List1Check_QTD.h"
29
30 #include <qvariant.h>
31 #include <qcombobox.h>
32 #include <qgroupbox.h>
33 #include <qlabel.h>
34 #include <qlineedit.h>
35 #include <qpushbutton.h>
36 #include <qlayout.h>
37 #include <qtooltip.h>
38 #include <qwhatsthis.h>
39 #include <qcheckbox.h>
40 #include <qpushbutton.h>
41
42 /* 
43  *  Constructs a DlgRef_4Sel1List1Check_QTD which is a child of 'parent', with the 
44  *  name 'name' and widget flags set to 'f'.
45  */
46 DlgRef_4Sel1List1Check_QTD::DlgRef_4Sel1List1Check_QTD( QWidget* parent,  const char* name, WFlags fl )
47     : QWidget( parent, name, fl )
48 {
49     if ( !name )
50         setName( "DlgRef_4Sel1List1Check_QTD" );
51     resize( 129, 210 ); 
52     setCaption( trUtf8( "DlgRef_4Sel1List1Check_QTD" ) );
53     DlgRef_4Sel1List1Check_QTDLayout =
54       new QGridLayout( this, 1, 1, 0, 6, "DlgRef_4Sel1List1Check_QTDLayout"); 
55
56     GroupBox1 = new QGroupBox( this, "GroupBox1" );
57     GroupBox1->setTitle( trUtf8( "" ) );
58     GroupBox1->setColumnLayout(0, Qt::Vertical );
59     GroupBox1->layout()->setSpacing( 6 );
60     GroupBox1->layout()->setMargin( 11 );
61     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
62     GroupBox1Layout->setAlignment( Qt::AlignTop );
63
64     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
65
66     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
67     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
68     TextLabel1->setText( trUtf8( "TL1" ) );
69
70     Layout1->addWidget( TextLabel1, 0, 0 );
71
72     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
73     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
74     PushButton1->setText( trUtf8( "" ) );
75
76     Layout1->addWidget( PushButton1, 0, 1 );
77     
78     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
79
80     Layout1->addWidget( LineEdit1, 0, 2 );
81    
82
83     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
84     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
85     TextLabel2->setText( trUtf8( "TL2" ) );
86
87     Layout1->addWidget( TextLabel2, 1, 0 );
88
89     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
90     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
91     PushButton2->setText( trUtf8( "" ) );
92
93     Layout1->addWidget( PushButton2, 1, 1 );
94     
95     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
96
97     Layout1->addWidget( LineEdit2, 1, 2 );
98
99     
100     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
101     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
102     TextLabel3->setText( trUtf8( "TL3" ) );
103
104     Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
105     
106     ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
107     ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
108
109     Layout1->addWidget( ComboBox1, 2, 2 );
110    
111
112     GroupBox1Layout->addLayout( Layout1, 0, 0 );
113     
114     DlgRef_4Sel1List1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
115
116     
117     GroupBox2 = new QGroupBox( this, "GroupBox2" );
118     GroupBox2->setTitle( trUtf8( "" ) );
119     GroupBox2->setColumnLayout(0, Qt::Vertical );
120     GroupBox2->layout()->setSpacing( 6 );
121     GroupBox2->layout()->setMargin( 11 );
122     GroupBox2Layout = new QGridLayout( GroupBox2->layout() );
123     GroupBox2Layout->setAlignment( Qt::AlignTop );
124
125     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
126     
127     TextLabel4 = new QLabel( GroupBox2, "TextLabel4" );
128     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
129     TextLabel4->setText( trUtf8( "TL4" ) );
130     
131     Layout2->addWidget( TextLabel4, 0, 0 );
132     QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
133     Layout1->addItem( spacer, 5, 2 );
134
135     PushButton3 = new QPushButton( GroupBox2, "PushButton3" );
136     PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
137     PushButton3->setText( trUtf8( "" ) );
138
139     Layout2->addWidget( PushButton3, 0, 1 );
140
141     LineEdit3 = new QLineEdit( GroupBox2, "LineEdit3" );
142
143     Layout2->addWidget( LineEdit3, 0, 2 );
144
145
146     TextLabel5 = new QLabel( GroupBox2, "TextLabel5" );
147     TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
148     TextLabel5->setText( trUtf8( "TL5" ) );
149
150     Layout2->addWidget( TextLabel5, 1, 0 );
151
152     PushButton4 = new QPushButton( GroupBox2, "PushButton4" );
153     PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
154     PushButton4->setText( trUtf8( "" ) );
155
156     Layout2->addWidget( PushButton4, 1, 1 );
157
158     LineEdit4 = new QLineEdit( GroupBox2, "LineEdit4" );
159
160     Layout2->addWidget( LineEdit4, 1, 2 );
161
162     CheckBox1 = new QCheckBox( GroupBox1, "CheckBox1" );
163     CheckBox1->setText( trUtf8( "" ) );
164     Layout1->addMultiCellWidget( CheckBox1, 5, 5, 0, 1 );
165
166     PushButton5 = new QPushButton( GroupBox1, "PushButton5" );
167     PushButton5->setText( trUtf8( "" ) );
168     Layout1->addWidget( PushButton5, 5, 2 );
169
170     GroupBox2Layout->addLayout( Layout2, 0, 0 );
171     
172     DlgRef_4Sel1List1Check_QTDLayout->addWidget( GroupBox2, 1, 0 );
173
174     // tab order
175     setTabOrder(PushButton1 , LineEdit1);
176     setTabOrder(LineEdit1 ,   PushButton2);
177     setTabOrder(PushButton2 , LineEdit2);
178     setTabOrder(LineEdit2,    ComboBox1);
179     setTabOrder(ComboBox1,    CheckBox1);
180     setTabOrder(CheckBox1,    PushButton5);
181     setTabOrder(PushButton5,  PushButton3);
182     setTabOrder(PushButton3 , LineEdit3);
183     setTabOrder(LineEdit3,    PushButton4 );
184     setTabOrder(PushButton4 , LineEdit4);
185                     
186 }
187
188 /*  
189  *  Destroys the object and frees any allocated resources
190  */
191 DlgRef_4Sel1List1Check_QTD::~DlgRef_4Sel1List1Check_QTD()
192 {
193     // no need to delete child widgets, Qt does it all for us
194 }
195