]> SALOME platform Git repositories - modules/geom.git/blob - src/DlgRef/DlgRef_1Sel1Spin1Check_QTD.cxx
Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / DlgRef / DlgRef_1Sel1Spin1Check_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_1Sel1Spin1Check_QTD.ui'
3 **
4 ** Created: Mon May 24 15:59:03 2004
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_1Sel1Spin1Check_QTD.h"
10
11 #include <qvariant.h>
12 #include <qcheckbox.h>
13 #include <qgroupbox.h>
14 #include <qlabel.h>
15 #include <qlineedit.h>
16 #include <qpushbutton.h>
17 #include <qspinbox.h>
18 #include <qlayout.h>
19 #include <qtooltip.h>
20 #include <qwhatsthis.h>
21
22 /* 
23  *  Constructs a DlgRef_1Sel1Spin1Check_QTD which is a child of 'parent', with the 
24  *  name 'name' and widget flags set to 'f'.
25  */
26 DlgRef_1Sel1Spin1Check_QTD::DlgRef_1Sel1Spin1Check_QTD( QWidget* parent,  const char* name, WFlags fl )
27     : QWidget( parent, name, fl )
28 {
29     if ( !name )
30         setName( "DlgRef_1Sel1Spin1Check_QTD" );
31     resize( 163, 109 ); 
32     setCaption( trUtf8( "DlgRef_1Sel1Spin1Check_QTD" ) );
33     DlgRef_1Sel1Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Spin1Check_QTDLayout"); 
34
35     GroupBox1 = new QGroupBox( this, "GroupBox1" );
36     GroupBox1->setTitle( trUtf8( "" ) );
37     GroupBox1->setColumnLayout(0, Qt::Vertical );
38     GroupBox1->layout()->setSpacing( 6 );
39     GroupBox1->layout()->setMargin( 11 );
40     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
41     GroupBox1Layout->setAlignment( Qt::AlignTop );
42
43     Layout8 = new QGridLayout( 0, 1, 1, 0, 6, "Layout8"); 
44
45     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
46
47     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
48     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
49
50     Layout2->addWidget( SpinBox1, 0, 1 );
51
52     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
53     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
54     TextLabel2->setText( trUtf8( "TL2" ) );
55
56     Layout2->addWidget( TextLabel2, 0, 0 );
57
58     Layout8->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
59
60     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
61     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
62     TextLabel1->setText( trUtf8( "TL1" ) );
63
64     Layout8->addWidget( TextLabel1, 0, 0 );
65
66     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
67
68     Layout8->addWidget( LineEdit1, 0, 2 );
69
70     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
71     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
72     PushButton1->setText( trUtf8( "" ) );
73
74     Layout8->addWidget( PushButton1, 0, 1 );
75
76     CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
77     CheckButton1->setText( trUtf8( "" ) );
78
79     Layout8->addMultiCellWidget( CheckButton1, 2, 2, 0, 2 );
80     QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
81     Layout8->addItem( spacer, 3, 2 );
82
83     GroupBox1Layout->addLayout( Layout8, 0, 0 );
84
85     DlgRef_1Sel1Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
86 }
87
88 /*  
89  *  Destroys the object and frees any allocated resources
90  */
91 DlgRef_1Sel1Spin1Check_QTD::~DlgRef_1Sel1Spin1Check_QTD()
92 {
93     // no need to delete child widgets, Qt does it all for us
94 }
95