Salome HOME
DCQ : New Architecture
[modules/geom.git] / src / DlgRef / DlgRef_1Sel1Spin_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_1Sel1Spin_QTD.ui'
3 **
4 ** Created: mar sep 23 16:05:08 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_1Sel1Spin_QTD.h"
10
11 #include <qvariant.h>
12 #include <qgroupbox.h>
13 #include <qlabel.h>
14 #include <qlineedit.h>
15 #include <qpushbutton.h>
16 #include <qspinbox.h>
17 #include <qlayout.h>
18 #include <qtooltip.h>
19 #include <qwhatsthis.h>
20
21 /* 
22  *  Constructs a DlgRef_1Sel1Spin_QTD which is a child of 'parent', with the 
23  *  name 'name' and widget flags set to 'f'.
24  */
25 DlgRef_1Sel1Spin_QTD::DlgRef_1Sel1Spin_QTD( QWidget* parent,  const char* name, WFlags fl )
26     : QWidget( parent, name, fl )
27 {
28     if ( !name )
29         setName( "DlgRef_1Sel1Spin_QTD" );
30     resize( 129, 87 ); 
31     setCaption( trUtf8( "DlgRef_1Sel1Spin_QTD" ) );
32     DlgRef_1Sel1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Spin_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     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
45     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
46     PushButton1->setText( trUtf8( "" ) );
47
48     Layout1->addWidget( PushButton1, 0, 1 );
49
50     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
51     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
52     TextLabel1->setText( trUtf8( "TL1" ) );
53
54     Layout1->addWidget( TextLabel1, 0, 0 );
55
56     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
57
58     Layout1->addWidget( LineEdit1, 0, 2 );
59
60     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
61
62     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
63     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
64     TextLabel2->setText( trUtf8( "TL2" ) );
65
66     Layout2->addWidget( TextLabel2, 0, 0 );
67
68     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
69     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
70
71     Layout2->addWidget( SpinBox1, 0, 1 );
72
73     Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
74     QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
75     Layout1->addItem( spacer, 2, 2 );
76
77     GroupBox1Layout->addLayout( Layout1, 0, 0 );
78
79     DlgRef_1Sel1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
80 }
81
82 /*  
83  *  Destroys the object and frees any allocated resources
84  */
85 DlgRef_1Sel1Spin_QTD::~DlgRef_1Sel1Spin_QTD()
86 {
87     // no need to delete child widgets, Qt does it all for us
88 }
89