mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
128 lines
4.9 KiB
C++
128 lines
4.9 KiB
C++
/****************************************************************************
|
|
** Form implementation generated from reading ui file 'DlgRef_3Sel1Check_QTD.ui'
|
|
**
|
|
** Created: Mon Oct 29 18:14:59 2007
|
|
** by: The User Interface Compiler ($Id$)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
****************************************************************************/
|
|
|
|
#include "DlgRef_3Sel1Check_QTD.h"
|
|
|
|
#include <qvariant.h>
|
|
#include <qpushbutton.h>
|
|
#include <qgroupbox.h>
|
|
#include <qlineedit.h>
|
|
#include <qlabel.h>
|
|
#include <qcheckbox.h>
|
|
#include <qlayout.h>
|
|
#include <qtooltip.h>
|
|
#include <qwhatsthis.h>
|
|
|
|
/*
|
|
* Constructs a DlgRef_3Sel1Check_QTD as a child of 'parent', with the
|
|
* name 'name' and widget flags set to 'f'.
|
|
*/
|
|
DlgRef_3Sel1Check_QTD::DlgRef_3Sel1Check_QTD( QWidget* parent, const char* name, WFlags fl )
|
|
: QWidget( parent, name, fl )
|
|
{
|
|
if ( !name )
|
|
setName( "DlgRef_3Sel1Check_QTD" );
|
|
setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
|
|
DlgRef_3Sel1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel1Check_QTDLayout");
|
|
|
|
GroupBox1 = new QGroupBox( this, "GroupBox1" );
|
|
GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
|
|
GroupBox1->setColumnLayout(0, Qt::Vertical );
|
|
GroupBox1->layout()->setSpacing( 6 );
|
|
GroupBox1->layout()->setMargin( 11 );
|
|
GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
|
|
GroupBox1Layout->setAlignment( Qt::AlignTop );
|
|
|
|
PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
|
|
PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( PushButton1, 0, 1 );
|
|
|
|
LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
|
|
|
|
GroupBox1Layout->addMultiCellWidget( LineEdit1, 0, 0, 2, 3 );
|
|
|
|
TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
|
|
TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( TextLabel1, 0, 0 );
|
|
|
|
PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
|
|
PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( PushButton2, 1, 1 );
|
|
|
|
LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
|
|
|
|
GroupBox1Layout->addMultiCellWidget( LineEdit2, 1, 1, 2, 3 );
|
|
|
|
TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
|
|
TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( TextLabel2, 1, 0 );
|
|
|
|
PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
|
|
PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( PushButton3, 2, 1 );
|
|
|
|
LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
|
|
|
|
GroupBox1Layout->addMultiCellWidget( LineEdit3, 2, 2, 2, 3 );
|
|
|
|
TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
|
|
TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
|
|
|
|
GroupBox1Layout->addWidget( TextLabel3, 2, 0 );
|
|
Spacer3 = new QSpacerItem( 16, 721, QSizePolicy::Minimum, QSizePolicy::Expanding );
|
|
GroupBox1Layout->addItem( Spacer3, 4, 3 );
|
|
|
|
CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
|
|
|
|
GroupBox1Layout->addMultiCellWidget( CheckButton1, 3, 3, 0, 2 );
|
|
|
|
DlgRef_3Sel1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
|
|
languageChange();
|
|
resize( QSize(403, 441).expandedTo(minimumSizeHint()) );
|
|
clearWState( WState_Polished );
|
|
|
|
// tab order
|
|
setTabOrder( PushButton1, LineEdit1 );
|
|
setTabOrder( LineEdit1, PushButton2 );
|
|
setTabOrder( PushButton2, LineEdit2 );
|
|
setTabOrder( LineEdit2, PushButton3 );
|
|
setTabOrder( PushButton3, LineEdit3 );
|
|
}
|
|
|
|
/*
|
|
* Destroys the object and frees any allocated resources
|
|
*/
|
|
DlgRef_3Sel1Check_QTD::~DlgRef_3Sel1Check_QTD()
|
|
{
|
|
// no need to delete child widgets, Qt does it all for us
|
|
}
|
|
|
|
/*
|
|
* Sets the strings of the subwidgets using the current
|
|
* language.
|
|
*/
|
|
void DlgRef_3Sel1Check_QTD::languageChange()
|
|
{
|
|
setCaption( tr( "DlgRef_3Sel3Spin1Check_QTD" ) );
|
|
GroupBox1->setTitle( QString::null );
|
|
PushButton1->setText( QString::null );
|
|
TextLabel1->setText( tr( "TL1" ) );
|
|
PushButton2->setText( QString::null );
|
|
TextLabel2->setText( tr( "TL2" ) );
|
|
PushButton3->setText( QString::null );
|
|
TextLabel3->setText( tr( "TL3" ) );
|
|
CheckButton1->setText( tr( "CheckButton1" ) );
|
|
}
|
|
|