mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
IPAL20918 Color of Group of Nodes or Edges is not changed when Edit Group
This commit is contained in:
parent
77b075d84b
commit
9853566648
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
** Form implementation generated from reading ui file 'MeasureGUI_1Sel12LineEdit_QTD.ui'
|
** Form implementation generated from reading ui file 'MeasureGUI_1Sel12LineEdit_QTD.ui'
|
||||||
**
|
**
|
||||||
** Created: Tue Feb 17 11:08:48 2009
|
** Created: Fri Mar 6 16:48:17 2009
|
||||||
** 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!
|
||||||
@ -112,7 +112,7 @@ MeasureGUI_1Sel12LineEdit_QTD::MeasureGUI_1Sel12LineEdit_QTD( QWidget* parent, c
|
|||||||
Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
|
Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
|
||||||
|
|
||||||
LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
|
LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
|
||||||
LineEdit1->setMinimumSize( QSize( 250, 0 ) );
|
LineEdit1->setMinimumSize( QSize( 300, 0 ) );
|
||||||
|
|
||||||
Layout1->addWidget( LineEdit1, 0, 2 );
|
Layout1->addWidget( LineEdit1, 0, 2 );
|
||||||
Spacer8 = new QSpacerItem( 0, 40, QSizePolicy::Minimum, QSizePolicy::Expanding );
|
Spacer8 = new QSpacerItem( 0, 40, QSizePolicy::Minimum, QSizePolicy::Expanding );
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
** Form interface generated from reading ui file 'MeasureGUI_1Sel12LineEdit_QTD.ui'
|
** Form interface generated from reading ui file 'MeasureGUI_1Sel12LineEdit_QTD.ui'
|
||||||
**
|
**
|
||||||
** Created: Tue Feb 17 11:08:48 2009
|
** Created: Fri Mar 6 16:48:17 2009
|
||||||
** 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!
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="minimumSize" >
|
<property name="minimumSize" >
|
||||||
<size>
|
<size>
|
||||||
<width>250</width>
|
<width>300</width>
|
||||||
<height>0</height>
|
<height>0</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user