mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
NPAL13898 Ok/Apply/Close laborious for User
This commit is contained in:
parent
c98a88fe1f
commit
cd664dfa20
@ -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: Wed Apr 2 16:42:12 2008
|
** Created: Wed May 7 11:21:32 2008
|
||||||
** by: The User Interface Compiler ($Id$)
|
** by: The User Interface Compiler ($Id$)
|
||||||
**
|
**
|
||||||
** WARNING! All changes made in this file will be lost!
|
** WARNING! All changes made in this file will be lost!
|
||||||
@ -115,19 +115,19 @@ DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, boo
|
|||||||
|
|
||||||
Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
|
Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
|
||||||
|
|
||||||
|
buttonOk = new QPushButton( GroupButtons, "buttonOk" );
|
||||||
|
|
||||||
|
Layout3->addWidget( buttonOk, 0, 0 );
|
||||||
|
|
||||||
buttonApply = new QPushButton( GroupButtons, "buttonApply" );
|
buttonApply = new QPushButton( GroupButtons, "buttonApply" );
|
||||||
|
|
||||||
Layout3->addWidget( buttonApply, 0, 0 );
|
Layout3->addWidget( buttonApply, 0, 1 );
|
||||||
|
|
||||||
buttonCancel = new QPushButton( GroupButtons, "buttonCancel" );
|
buttonCancel = new QPushButton( GroupButtons, "buttonCancel" );
|
||||||
|
|
||||||
Layout3->addWidget( buttonCancel, 0, 1 );
|
Layout3->addWidget( buttonCancel, 0, 3 );
|
||||||
|
|
||||||
buttonOk = new QPushButton( GroupButtons, "buttonOk" );
|
|
||||||
|
|
||||||
Layout3->addWidget( buttonOk, 0, 2 );
|
|
||||||
Spacer1 = new QSpacerItem( 90, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
|
Spacer1 = new QSpacerItem( 90, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
|
||||||
Layout3->addItem( Spacer1, 0, 3 );
|
Layout3->addItem( Spacer1, 0, 2 );
|
||||||
|
|
||||||
buttonHelp = new QPushButton( GroupButtons, "buttonHelp" );
|
buttonHelp = new QPushButton( GroupButtons, "buttonHelp" );
|
||||||
|
|
||||||
|
@ -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: Wed Apr 2 16:42:12 2008
|
** Created: Wed May 7 11:21:32 2008
|
||||||
** by: The User Interface Compiler ($Id$)
|
** by: The User Interface Compiler ($Id$)
|
||||||
**
|
**
|
||||||
** WARNING! All changes made in this file will be lost!
|
** WARNING! All changes made in this file will be lost!
|
||||||
@ -45,9 +45,9 @@ public:
|
|||||||
QGroupBox* GroupBoxPublish;
|
QGroupBox* GroupBoxPublish;
|
||||||
QCheckBox* CheckBoxRestoreSS;
|
QCheckBox* CheckBoxRestoreSS;
|
||||||
QGroupBox* GroupButtons;
|
QGroupBox* GroupButtons;
|
||||||
|
QPushButton* buttonOk;
|
||||||
QPushButton* buttonApply;
|
QPushButton* buttonApply;
|
||||||
QPushButton* buttonCancel;
|
QPushButton* buttonCancel;
|
||||||
QPushButton* buttonOk;
|
|
||||||
QPushButton* buttonHelp;
|
QPushButton* buttonHelp;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -224,20 +224,20 @@
|
|||||||
</property>
|
</property>
|
||||||
<widget class="QPushButton" row="0" column="0">
|
<widget class="QPushButton" row="0" column="0">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>buttonApply</cstring>
|
<cstring>buttonOk</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" row="0" column="1">
|
<widget class="QPushButton" row="0" column="1">
|
||||||
|
<property name="name">
|
||||||
|
<cstring>buttonApply</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="QPushButton" row="0" column="3">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>buttonCancel</cstring>
|
<cstring>buttonCancel</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QPushButton" row="0" column="2">
|
<spacer row="0" column="2">
|
||||||
<property name="name">
|
|
||||||
<cstring>buttonOk</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<spacer row="0" column="3">
|
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>Spacer1</cstring>
|
<cstring>Spacer1</cstring>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user