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