Salome HOME
9a2dd47959973fa049b1dd27ead3f729baedecea
[modules/geom.git] / src / EntityGUI / EntityGUI_3Spin_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'EntityGUI_3Spin_QTD.ui'
3 **
4 ** Created: Fri Jul 30 16:06:00 2004
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "EntityGUI_3Spin_QTD.h"
10
11 #include <qvariant.h>
12 #include <qgroupbox.h>
13 #include <qlabel.h>
14 #include <qpushbutton.h>
15 #include <qspinbox.h>
16 #include <qlayout.h>
17 #include <qtooltip.h>
18 #include <qwhatsthis.h>
19
20 /* 
21  *  Constructs a EntityGUI_3Spin_QTD which is a child of 'parent', with the 
22  *  name 'name' and widget flags set to 'f'.
23  */
24 EntityGUI_3Spin_QTD::EntityGUI_3Spin_QTD( QWidget* parent,  const char* name, WFlags fl )
25     : QWidget( parent, name, fl )
26 {
27     if ( !name )
28         setName( "EntityGUI_3Spin_QTD" );
29     resize( 255, 125 ); 
30     setCaption( trUtf8( "EntityGUI_3Spin_QTD" ) );
31     EntityGUI_3Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_3Spin_QTDLayout"); 
32
33     GroupBox1 = new QGroupBox( this, "GroupBox1" );
34     GroupBox1->setTitle( trUtf8( "Values" ) );
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     Layout4 = new QGridLayout( 0, 1, 1, 0, 6, "Layout4"); 
42
43     Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3"); 
44
45     buttonApply = new QPushButton( GroupBox1, "buttonApply" );
46     buttonApply->setText( trUtf8( "Create" ) );
47
48     Layout3->addWidget( buttonApply, 0, 0 );
49     QSpacerItem* spacer = new QSpacerItem( 0, 121, QSizePolicy::Minimum, QSizePolicy::Expanding );
50     Layout3->addItem( spacer, 2, 0 );
51
52     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
53
54     buttonUndo = new QPushButton( GroupBox1, "buttonUndo" );
55     buttonUndo->setText( trUtf8( "Undo" ) );
56
57     Layout2->addWidget( buttonUndo, 0, 0 );
58
59     buttonRedo = new QPushButton( GroupBox1, "buttonRedo" );
60     buttonRedo->setText( trUtf8( "Redo" ) );
61
62     Layout2->addWidget( buttonRedo, 0, 1 );
63
64     Layout3->addLayout( Layout2, 1, 0 );
65
66     Layout4->addLayout( Layout3, 0, 1 );
67
68     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
69
70     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
71     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
72     TextLabel2->setText( trUtf8( "TL2" ) );
73
74     Layout1->addWidget( TextLabel2, 1, 0 );
75
76     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
77     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
78     TextLabel1->setText( trUtf8( "TL1" ) );
79
80     Layout1->addWidget( TextLabel1, 0, 0 );
81
82     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
83     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
84
85     Layout1->addWidget( SpinBox1, 0, 1 );
86
87     SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
88     SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
89
90     Layout1->addWidget( SpinBox2, 1, 1 );
91
92     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
93     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
94     TextLabel3->setText( trUtf8( "TL3" ) );
95
96     Layout1->addWidget( TextLabel3, 2, 0 );
97     QSpacerItem* spacer_2 = new QSpacerItem( 0, 82, QSizePolicy::Minimum, QSizePolicy::Expanding );
98     Layout1->addItem( spacer_2, 3, 1 );
99
100     SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
101     SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
102
103     Layout1->addWidget( SpinBox3, 2, 1 );
104
105     Layout4->addLayout( Layout1, 0, 0 );
106
107     GroupBox1Layout->addLayout( Layout4, 0, 0 );
108
109     EntityGUI_3Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
110 }
111
112 /*  
113  *  Destroys the object and frees any allocated resources
114  */
115 EntityGUI_3Spin_QTD::~EntityGUI_3Spin_QTD()
116 {
117     // no need to delete child widgets, Qt does it all for us
118 }
119