mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 02:10:36 +05:00
DCQ: Kinematic...
This commit is contained in:
parent
cff6b5fb95
commit
c122201d99
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
** Form implementation generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
** Form implementation generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
||||||
**
|
**
|
||||||
** Created: mar sep 23 15:06:58 2003
|
** Created: Fri Apr 16 12:57:26 2004
|
||||||
** by: The User Interface Compiler (uic)
|
** by: The User Interface Compiler (uic)
|
||||||
**
|
**
|
||||||
** WARNING! All changes made in this file will be lost!
|
** WARNING! All changes made in this file will be lost!
|
||||||
@ -11,6 +11,8 @@
|
|||||||
#include <qvariant.h>
|
#include <qvariant.h>
|
||||||
#include <qbuttongroup.h>
|
#include <qbuttongroup.h>
|
||||||
#include <qgroupbox.h>
|
#include <qgroupbox.h>
|
||||||
|
#include <qlabel.h>
|
||||||
|
#include <qlineedit.h>
|
||||||
#include <qpushbutton.h>
|
#include <qpushbutton.h>
|
||||||
#include <qradiobutton.h>
|
#include <qradiobutton.h>
|
||||||
#include <qlayout.h>
|
#include <qlayout.h>
|
||||||
@ -29,7 +31,7 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, bo
|
|||||||
{
|
{
|
||||||
if ( !name )
|
if ( !name )
|
||||||
setName( "DlgRef_Skeleton_QTD" );
|
setName( "DlgRef_Skeleton_QTD" );
|
||||||
resize( 307, 147 );
|
resize( 321, 295 );
|
||||||
setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
|
setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
|
||||||
setCaption( trUtf8( "DlgRef_Skeleton_QTD" ) );
|
setCaption( trUtf8( "DlgRef_Skeleton_QTD" ) );
|
||||||
setSizeGripEnabled( TRUE );
|
setSizeGripEnabled( TRUE );
|
||||||
@ -37,6 +39,12 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, bo
|
|||||||
|
|
||||||
Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
|
Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
|
||||||
|
|
||||||
|
GroupMedium = new QGroupBox( this, "GroupMedium" );
|
||||||
|
GroupMedium->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupMedium->sizePolicy().hasHeightForWidth() ) );
|
||||||
|
GroupMedium->setTitle( trUtf8( "" ) );
|
||||||
|
|
||||||
|
Layout1->addWidget( GroupMedium, 2, 0 );
|
||||||
|
|
||||||
GroupButtons = new QGroupBox( this, "GroupButtons" );
|
GroupButtons = new QGroupBox( this, "GroupButtons" );
|
||||||
GroupButtons->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupButtons->sizePolicy().hasHeightForWidth() ) );
|
GroupButtons->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupButtons->sizePolicy().hasHeightForWidth() ) );
|
||||||
GroupButtons->setTitle( trUtf8( "" ) );
|
GroupButtons->setTitle( trUtf8( "" ) );
|
||||||
@ -63,7 +71,7 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, bo
|
|||||||
Layout3->addWidget( buttonCancel );
|
Layout3->addWidget( buttonCancel );
|
||||||
GroupButtonsLayout->addLayout( Layout3 );
|
GroupButtonsLayout->addLayout( Layout3 );
|
||||||
|
|
||||||
Layout1->addWidget( GroupButtons, 2, 0 );
|
Layout1->addWidget( GroupButtons, 3, 0 );
|
||||||
|
|
||||||
GroupConstructors = new QButtonGroup( this, "GroupConstructors" );
|
GroupConstructors = new QButtonGroup( this, "GroupConstructors" );
|
||||||
GroupConstructors->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, GroupConstructors->sizePolicy().hasHeightForWidth() ) );
|
GroupConstructors->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, GroupConstructors->sizePolicy().hasHeightForWidth() ) );
|
||||||
@ -92,11 +100,28 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, bo
|
|||||||
|
|
||||||
Layout1->addWidget( GroupConstructors, 0, 0 );
|
Layout1->addWidget( GroupConstructors, 0, 0 );
|
||||||
|
|
||||||
GroupMedium = new QGroupBox( this, "GroupMedium" );
|
GroupBoxName = new QGroupBox( this, "GroupBoxName" );
|
||||||
GroupMedium->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupMedium->sizePolicy().hasHeightForWidth() ) );
|
GroupBoxName->setTitle( trUtf8( "Result name" ) );
|
||||||
GroupMedium->setTitle( trUtf8( "" ) );
|
GroupBoxName->setColumnLayout(0, Qt::Vertical );
|
||||||
|
GroupBoxName->layout()->setSpacing( 6 );
|
||||||
|
GroupBoxName->layout()->setMargin( 11 );
|
||||||
|
GroupBoxNameLayout = new QGridLayout( GroupBoxName->layout() );
|
||||||
|
GroupBoxNameLayout->setAlignment( Qt::AlignTop );
|
||||||
|
|
||||||
Layout1->addWidget( GroupMedium, 1, 0 );
|
Layout66 = new QGridLayout( 0, 1, 1, 0, 6, "Layout66");
|
||||||
|
|
||||||
|
ResultName = new QLineEdit( GroupBoxName, "ResultName" );
|
||||||
|
|
||||||
|
Layout66->addWidget( ResultName, 0, 1 );
|
||||||
|
|
||||||
|
NameLabel = new QLabel( GroupBoxName, "NameLabel" );
|
||||||
|
NameLabel->setText( trUtf8( "Name" ) );
|
||||||
|
|
||||||
|
Layout66->addWidget( NameLabel, 0, 0 );
|
||||||
|
|
||||||
|
GroupBoxNameLayout->addLayout( Layout66, 0, 0 );
|
||||||
|
|
||||||
|
Layout1->addWidget( GroupBoxName, 1, 0 );
|
||||||
|
|
||||||
DlgRef_Skeleton_QTDLayout->addLayout( Layout1, 0, 0 );
|
DlgRef_Skeleton_QTDLayout->addLayout( Layout1, 0, 0 );
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
** Form interface generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
|
||||||
**
|
**
|
||||||
** Created: mar sep 23 15:06:57 2003
|
** Created: Fri Apr 16 12:57:26 2004
|
||||||
** by: The User Interface Compiler (uic)
|
** by: The User Interface Compiler (uic)
|
||||||
**
|
**
|
||||||
** WARNING! All changes made in this file will be lost!
|
** WARNING! All changes made in this file will be lost!
|
||||||
@ -16,6 +16,8 @@ class QHBoxLayout;
|
|||||||
class QGridLayout;
|
class QGridLayout;
|
||||||
class QButtonGroup;
|
class QButtonGroup;
|
||||||
class QGroupBox;
|
class QGroupBox;
|
||||||
|
class QLabel;
|
||||||
|
class QLineEdit;
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
class QRadioButton;
|
class QRadioButton;
|
||||||
|
|
||||||
@ -27,6 +29,7 @@ public:
|
|||||||
DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
||||||
~DlgRef_Skeleton_QTD();
|
~DlgRef_Skeleton_QTD();
|
||||||
|
|
||||||
|
QGroupBox* GroupMedium;
|
||||||
QGroupBox* GroupButtons;
|
QGroupBox* GroupButtons;
|
||||||
QPushButton* buttonOk;
|
QPushButton* buttonOk;
|
||||||
QPushButton* buttonApply;
|
QPushButton* buttonApply;
|
||||||
@ -35,7 +38,9 @@ public:
|
|||||||
QRadioButton* RadioButton1;
|
QRadioButton* RadioButton1;
|
||||||
QRadioButton* RadioButton2;
|
QRadioButton* RadioButton2;
|
||||||
QRadioButton* RadioButton3;
|
QRadioButton* RadioButton3;
|
||||||
QGroupBox* GroupMedium;
|
QGroupBox* GroupBoxName;
|
||||||
|
QLineEdit* ResultName;
|
||||||
|
QLabel* NameLabel;
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
@ -45,6 +50,8 @@ protected:
|
|||||||
QHBoxLayout* Layout3;
|
QHBoxLayout* Layout3;
|
||||||
QGridLayout* GroupConstructorsLayout;
|
QGridLayout* GroupConstructorsLayout;
|
||||||
QHBoxLayout* Layout2;
|
QHBoxLayout* Layout2;
|
||||||
|
QGridLayout* GroupBoxNameLayout;
|
||||||
|
QGridLayout* Layout66;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // DLGREF_SKELETON_QTD_H
|
#endif // DLGREF_SKELETON_QTD_H
|
||||||
|
Loading…
Reference in New Issue
Block a user