Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / DlgRef / DlgRef_1Sel3Check_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_1Sel3Check_QTD.ui'
3 **
4 ** Created: Thu May 20 10:15:08 2004
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_1Sel3Check_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 <qlayout.h>
18 #include <qtooltip.h>
19 #include <qwhatsthis.h>
20
21 /* 
22  *  Constructs a DlgRef_1Sel3Check_QTD which is a child of 'parent', with the 
23  *  name 'name' and widget flags set to 'f'.
24  */
25 DlgRef_1Sel3Check_QTD::DlgRef_1Sel3Check_QTD( QWidget* parent,  const char* name, WFlags fl )
26     : QWidget( parent, name, fl )
27 {
28     if ( !name )
29         setName( "DlgRef_1Sel3Check_QTD" );
30     resize( 163, 116 ); 
31     setCaption( trUtf8( "DlgRef_1Sel3Check_QTD" ) );
32     DlgRef_1Sel3Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel3Check_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     Layout6 = new QGridLayout( 0, 1, 1, 0, 6, "Layout6"); 
43     QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
44     Layout6->addItem( spacer, 4, 2 );
45
46     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
47
48     Layout6->addWidget( LineEdit1, 0, 2 );
49
50     CheckButton2 = new QCheckBox( GroupBox1, "CheckButton2" );
51     CheckButton2->setText( trUtf8( "" ) );
52
53     Layout6->addMultiCellWidget( CheckButton2, 2, 2, 0, 2 );
54
55     CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
56     CheckButton1->setText( trUtf8( "" ) );
57
58     Layout6->addMultiCellWidget( CheckButton1, 1, 1, 0, 2 );
59
60     CheckButton3 = new QCheckBox( GroupBox1, "CheckButton3" );
61     CheckButton3->setText( trUtf8( "" ) );
62
63     Layout6->addMultiCellWidget( CheckButton3, 3, 3, 0, 2 );
64
65     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
66     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
67     PushButton1->setText( trUtf8( "" ) );
68
69     Layout6->addWidget( PushButton1, 0, 1 );
70
71     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
72     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
73     TextLabel1->setText( trUtf8( "TL1" ) );
74
75     Layout6->addWidget( TextLabel1, 0, 0 );
76
77     GroupBox1Layout->addLayout( Layout6, 0, 0 );
78
79     DlgRef_1Sel3Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
80
81     // tab order
82     setTabOrder( PushButton1, LineEdit1 );
83     setTabOrder( LineEdit1, CheckButton1 );
84     setTabOrder( CheckButton1, CheckButton2 );
85     setTabOrder( CheckButton2, CheckButton3 );
86 }
87
88 /*  
89  *  Destroys the object and frees any allocated resources
90  */
91 DlgRef_1Sel3Check_QTD::~DlgRef_1Sel3Check_QTD()
92 {
93     // no need to delete child widgets, Qt does it all for us
94 }
95