Salome HOME
b96c0e18a3c7e3cd8d423118cb71f82f2821cc95
[modules/geom.git] / src / EntityGUI / EntityGUI_1Spin_QTD.cxx
1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'EntityGUI_1Spin_QTD.ui'
3 **
4 ** Created: Fri Jul 30 16:05:59 2004
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "EntityGUI_1Spin_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_1Spin_QTD which is a child of 'parent', with the 
22  *  name 'name' and widget flags set to 'f'.
23  */
24 EntityGUI_1Spin_QTD::EntityGUI_1Spin_QTD( QWidget* parent,  const char* name, WFlags fl )
25     : QWidget( parent, name, fl )
26 {
27     if ( !name )
28         setName( "EntityGUI_1Spin_QTD" );
29     resize( 255, 112 ); 
30     setCaption( trUtf8( "EntityGUI_1Spin_QTD" ) );
31     EntityGUI_1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "EntityGUI_1Spin_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     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
44
45     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
46     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
47     TextLabel1->setText( trUtf8( "TL1" ) );
48
49     Layout1->addWidget( TextLabel1, 0, 0 );
50
51     SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
52     SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
53
54     Layout1->addWidget( SpinBox1, 0, 1 );
55     QSpacerItem* spacer = new QSpacerItem( 0, 82, QSizePolicy::Minimum, QSizePolicy::Expanding );
56     Layout1->addItem( spacer, 3, 1 );
57
58     Layout4->addLayout( Layout1, 0, 0 );
59
60     Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3"); 
61
62     Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2"); 
63
64     buttonRedo = new QPushButton( GroupBox1, "buttonRedo" );
65     buttonRedo->setText( trUtf8( "Redo" ) );
66
67     Layout2->addWidget( buttonRedo, 0, 1 );
68
69     buttonUndo = new QPushButton( GroupBox1, "buttonUndo" );
70     buttonUndo->setText( trUtf8( "Undo" ) );
71
72     Layout2->addWidget( buttonUndo, 0, 0 );
73
74     Layout3->addLayout( Layout2, 1, 0 );
75
76     buttonApply = new QPushButton( GroupBox1, "buttonApply" );
77     buttonApply->setText( trUtf8( "Create" ) );
78
79     Layout3->addWidget( buttonApply, 0, 0 );
80     QSpacerItem* spacer_2 = new QSpacerItem( 0, 40, QSizePolicy::Minimum, QSizePolicy::Expanding );
81     Layout3->addItem( spacer_2, 2, 0 );
82
83     Layout4->addLayout( Layout3, 0, 1 );
84
85     GroupBox1Layout->addLayout( Layout4, 0, 0 );
86
87     EntityGUI_1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
88 }
89
90 /*  
91  *  Destroys the object and frees any allocated resources
92  */
93 EntityGUI_1Spin_QTD::~EntityGUI_1Spin_QTD()
94 {
95     // no need to delete child widgets, Qt does it all for us
96 }
97