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