mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-01 04:10:34 +05:00
Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a DoubleSpin box is used.
This commit is contained in:
parent
872de32076
commit
cdc022fac4
@ -70,7 +70,7 @@ RepairGUI_SewingDlg::RepairGUI_SewingDlg( GeometryGUI* theGeometryGUI, QWidget*
|
|||||||
GroupPoints = new DlgRef_1SelExt( centralWidget() );
|
GroupPoints = new DlgRef_1SelExt( centralWidget() );
|
||||||
GroupPoints->GroupBox1->setTitle( tr( "GEOM_SEWING" ) );
|
GroupPoints->GroupBox1->setTitle( tr( "GEOM_SEWING" ) );
|
||||||
GroupPoints->TextLabel1->setText( tr( "GEOM_SELECTED_SHAPE" ) );
|
GroupPoints->TextLabel1->setText( tr( "GEOM_SELECTED_SHAPE" ) );
|
||||||
GroupPoints->PushButton1->setIxcon( image1 );
|
GroupPoints->PushButton1->setIcon( image1 );
|
||||||
GroupPoints->LineEdit1->setReadOnly( true );
|
GroupPoints->LineEdit1->setReadOnly( true );
|
||||||
|
|
||||||
QGridLayout* aLay = new QGridLayout( GroupPoints->Box );
|
QGridLayout* aLay = new QGridLayout( GroupPoints->Box );
|
||||||
|
Loading…
Reference in New Issue
Block a user