Salome HOME
SALOME PAL V1_4_1
[modules/geom.git] / src / DlgRef / DlgRef_2Sel2Spin_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_2Sel2Spin_QTD.ui'
3 **
4 ** Created: jeu sep 25 12:10:29 2003
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_2Sel2Spin_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_2Sel2Spin_QTD which is a child of 'parent', with the 
23  *  name 'name' and widget flags set to 'f'.
24  */
25 DlgRef_2Sel2Spin_QTD::DlgRef_2Sel2Spin_QTD( QWidget* parent,  const char* name, WFlags fl )
26     : QWidget( parent, name, fl )
27 {
28     if ( !name )
29         setName( "DlgRef_2Sel2Spin_QTD" );
30     resize( 129, 145 ); 
31     setCaption( trUtf8( "DlgRef_2Sel2Spin_QTD" ) );
32     DlgRef_2Sel2Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel2Spin_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     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
45
46     Layout1->addWidget( LineEdit1, 0, 2 );
47
48     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
49
50     SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
51     SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
52
53     Layout2->addWidget( SpinBox2, 1, 1 );
54
55     TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
56     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
57     TextLabel4->setText( trUtf8( "TL4" ) );
58
59     Layout2->addWidget( TextLabel4, 1, 0 );
60
61     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
62     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
63     TextLabel3->setText( trUtf8( "TL3" ) );
64
65     Layout2->addWidget( TextLabel3, 0, 0 );
66
67     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
68     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
69
70     Layout2->addWidget( SpinBox1, 0, 1 );
71
72     Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
73
74     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
75     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
76     PushButton2->setText( trUtf8( "" ) );
77
78     Layout1->addWidget( PushButton2, 1, 1 );
79
80     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
81     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
82     TextLabel2->setText( trUtf8( "TL2" ) );
83
84     Layout1->addWidget( TextLabel2, 1, 0 );
85     QSpacerItem* spacer = new QSpacerItem( 0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
86     Layout1->addItem( spacer, 3, 2 );
87
88     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
89     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
90     TextLabel1->setText( trUtf8( "TL1" ) );
91
92     Layout1->addWidget( TextLabel1, 0, 0 );
93
94     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
95     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
96     PushButton1->setText( trUtf8( "" ) );
97
98     Layout1->addWidget( PushButton1, 0, 1 );
99
100     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
101
102     Layout1->addWidget( LineEdit2, 1, 2 );
103
104     GroupBox1Layout->addLayout( Layout1, 0, 0 );
105
106     DlgRef_2Sel2Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
107 }
108
109 /*  
110  *  Destroys the object and frees any allocated resources
111  */
112 DlgRef_2Sel2Spin_QTD::~DlgRef_2Sel2Spin_QTD()
113 {
114     // no need to delete child widgets, Qt does it all for us
115 }
116