Salome HOME
DCQ : New Architecture
[modules/geom.git] / src / DlgRef / DlgRef_2Spin_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_2Spin_QTD.ui'
3 **
4 ** Created: jeu sep 25 12:10:30 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_2Spin_QTD.h"
10
11 #include <qvariant.h>
12 #include <qgroupbox.h>
13 #include <qlabel.h>
14 #include <qpushbutton.h>
15 #include <qspinbox.h>
16 #include <qlayout.h>
17 #include <qtooltip.h>
18 #include <qwhatsthis.h>
19
20 /* 
21  *  Constructs a DlgRef_2Spin_QTD which is a child of 'parent', with the 
22  *  name 'name' and widget flags set to 'f'.
23  */
24 DlgRef_2Spin_QTD::DlgRef_2Spin_QTD( QWidget* parent,  const char* name, WFlags fl )
25     : QWidget( parent, name, fl )
26 {
27     if ( !name )
28         setName( "DlgRef_2Spin_QTD" );
29     resize( 124, 83 ); 
30     setCaption( trUtf8( "DlgRef_2Spin_QTD" ) );
31     DlgRef_2Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Spin_QTDLayout"); 
32
33     GroupBox1 = new QGroupBox( this, "GroupBox1" );
34     GroupBox1->setTitle( trUtf8( "" ) );
35     GroupBox1->setColumnLayout(0, Qt::Vertical );
36     GroupBox1->layout()->setSpacing( 6 );
37     GroupBox1->layout()->setMargin( 11 );
38     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
39     GroupBox1Layout->setAlignment( Qt::AlignTop );
40
41     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
42
43     SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
44     SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
45
46     Layout1->addWidget( SpinBox2, 1, 1 );
47     QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
48     Layout1->addItem( spacer, 3, 1 );
49
50     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
51     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
52
53     Layout1->addWidget( SpinBox1, 0, 1 );
54
55     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
56     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
57     TextLabel1->setText( trUtf8( "TL1" ) );
58
59     Layout1->addWidget( TextLabel1, 0, 0 );
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     GroupBox1Layout->addLayout( Layout1, 0, 0 );
68
69     DlgRef_2Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
70 }
71
72 /*  
73  *  Destroys the object and frees any allocated resources
74  */
75 DlgRef_2Spin_QTD::~DlgRef_2Spin_QTD()
76 {
77     // no need to delete child widgets, Qt does it all for us
78 }
79