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