1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_2Sel1Spin_QTD.ui'
4 ** Created: mar sep 23 16:05:09 2003
5 ** by: The User Interface Compiler (uic)
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_2Sel1Spin_QTD.h"
12 #include <qgroupbox.h>
14 #include <qlineedit.h>
15 #include <qpushbutton.h>
19 #include <qwhatsthis.h>
22 * Constructs a DlgRef_2Sel1Spin_QTD which is a child of 'parent', with the
23 * name 'name' and widget flags set to 'f'.
25 DlgRef_2Sel1Spin_QTD::DlgRef_2Sel1Spin_QTD( QWidget* parent, const char* name, WFlags fl )
26 : QWidget( parent, name, fl )
29 setName( "DlgRef_2Sel1Spin_QTD" );
31 setCaption( trUtf8( "DlgRef_2Sel1Spin_QTD" ) );
32 DlgRef_2Sel1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel1Spin_QTDLayout");
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 );
42 Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
44 LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
46 Layout1->addWidget( LineEdit1, 0, 2 );
48 PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
49 PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
50 PushButton2->setText( trUtf8( "" ) );
52 Layout1->addWidget( PushButton2, 1, 1 );
54 TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
55 TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
56 TextLabel1->setText( trUtf8( "TL1" ) );
58 Layout1->addWidget( TextLabel1, 0, 0 );
60 LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
62 Layout1->addWidget( LineEdit2, 1, 2 );
64 PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
65 PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
66 PushButton1->setText( trUtf8( "" ) );
68 Layout1->addWidget( PushButton1, 0, 1 );
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" ) );
74 Layout1->addWidget( TextLabel2, 1, 0 );
76 Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
78 SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
79 SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
81 Layout2->addWidget( SpinBox1, 0, 1 );
83 TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
84 TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
85 TextLabel3->setText( trUtf8( "TL3" ) );
87 Layout2->addWidget( TextLabel3, 0, 0 );
89 Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
90 QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
91 Layout1->addItem( spacer, 3, 2 );
93 GroupBox1Layout->addLayout( Layout1, 0, 0 );
95 DlgRef_2Sel1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
99 * Destroys the object and frees any allocated resources
101 DlgRef_2Sel1Spin_QTD::~DlgRef_2Sel1Spin_QTD()
103 // no need to delete child widgets, Qt does it all for us