Salome HOME
NPAL16557 NPAL16558 NPAL16578 NPAL16549 NPAL16561
[modules/geom.git] / src / DlgRef / DlgRef_2Sel3Spin2Rb_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_2Sel3Spin2Rb_QTD.ui'
3 **
4 ** Created: Tue Oct 9 15:16:54 2007
5 **      by: The User Interface Compiler ($Id$)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9
10 #include "DlgRef_2Sel3Spin2Rb_QTD.h"
11
12 #include <qvariant.h>
13 #include <qpushbutton.h>
14 #include <qgroupbox.h>
15 #include <qlineedit.h>
16 #include <qlabel.h>
17 #include <qradiobutton.h>
18 #include <qspinbox.h>
19 #include <qlayout.h>
20 #include <qtooltip.h>
21 #include <qwhatsthis.h>
22
23 /*
24  *  Constructs a DlgRef_2Sel3Spin2Rb_QTD as a child of 'parent', with the
25  *  name 'name' and widget flags set to 'f'.
26  */
27 DlgRef_2Sel3Spin2Rb_QTD::DlgRef_2Sel3Spin2Rb_QTD( QWidget* parent, const char* name, WFlags fl )
28     : QWidget( parent, name, fl )
29 {
30     if ( !name )
31         setName( "DlgRef_2Sel3Spin2Rb_QTD" );
32     DlgRef_2Sel3Spin2Rb_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel3Spin2Rb_QTDLayout"); 
33
34     GroupBox1 = new QGroupBox( this, "GroupBox1" );
35     GroupBox1->setColumnLayout(0, Qt::Vertical );
36     GroupBox1->layout()->setSpacing( 6 );
37     GroupBox1->layout()->setMargin( 11 );
38     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
39     GroupBox1Layout->setAlignment( Qt::AlignTop );
40
41     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
42
43     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
44     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
45
46     Layout1->addWidget( PushButton1, 0, 1 );
47
48     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
49
50     Layout1->addWidget( LineEdit1, 0, 2 );
51
52     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
53     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
54
55     Layout1->addWidget( TextLabel2, 1, 0 );
56
57     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
58
59     TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
60     TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
61
62     Layout2->addWidget( TextLabel5, 1, 3 );
63
64     RadioButton2 = new QRadioButton( GroupBox1, "RadioButton2" );
65
66     Layout2->addWidget( RadioButton2, 1, 0 );
67
68     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
69     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
70
71     Layout2->addWidget( TextLabel3, 0, 1 );
72
73     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
74     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
75
76     Layout2->addMultiCellWidget( SpinBox1, 0, 0, 2, 4 );
77
78     RadioButton1 = new QRadioButton( GroupBox1, "RadioButton1" );
79
80     Layout2->addWidget( RadioButton1, 0, 0 );
81
82     SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
83     SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
84
85     Layout2->addWidget( SpinBox3, 1, 4 );
86
87     SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
88     SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
89
90     Layout2->addWidget( SpinBox2, 1, 2 );
91
92     TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
93     TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
94
95     Layout2->addWidget( TextLabel4, 1, 1 );
96
97     Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
98
99     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
100     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
101
102     Layout1->addWidget( PushButton2, 1, 1 );
103     Spacer5 = new QSpacerItem( 0, 207, QSizePolicy::Minimum, QSizePolicy::Expanding );
104     Layout1->addItem( Spacer5, 3, 2 );
105
106     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
107
108     Layout1->addWidget( LineEdit2, 1, 2 );
109
110     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
111     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
112
113     Layout1->addWidget( TextLabel1, 0, 0 );
114
115     GroupBox1Layout->addLayout( Layout1, 0, 0 );
116
117     DlgRef_2Sel3Spin2Rb_QTDLayout->addWidget( GroupBox1, 0, 0 );
118     resize( QSize(439, 340).expandedTo(minimumSizeHint()) );
119     clearWState( WState_Polished );
120 }
121
122 /*
123  *  Destroys the object and frees any allocated resources
124  */
125 DlgRef_2Sel3Spin2Rb_QTD::~DlgRef_2Sel3Spin2Rb_QTD()
126 {
127     // no need to delete child widgets, Qt does it all for us
128 }
129