From: dmv Date: Fri, 10 Oct 2008 06:30:20 +0000 (+0000) Subject: Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a... X-Git-Tag: V5_1_0a3~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cdc022fac42fb3e822f6eba45edcf772b47f581f;p=modules%2Fgeom.git Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a DoubleSpin box is used. --- diff --git a/src/RepairGUI/RepairGUI_SewingDlg.cxx b/src/RepairGUI/RepairGUI_SewingDlg.cxx index 066c935a4..92d61781e 100644 --- a/src/RepairGUI/RepairGUI_SewingDlg.cxx +++ b/src/RepairGUI/RepairGUI_SewingDlg.cxx @@ -70,7 +70,7 @@ RepairGUI_SewingDlg::RepairGUI_SewingDlg( GeometryGUI* theGeometryGUI, QWidget* GroupPoints = new DlgRef_1SelExt( centralWidget() ); GroupPoints->GroupBox1->setTitle( tr( "GEOM_SEWING" ) ); GroupPoints->TextLabel1->setText( tr( "GEOM_SELECTED_SHAPE" ) ); - GroupPoints->PushButton1->setIxcon( image1 ); + GroupPoints->PushButton1->setIcon( image1 ); GroupPoints->LineEdit1->setReadOnly( true ); QGridLayout* aLay = new QGridLayout( GroupPoints->Box );