From cdc022fac42fb3e822f6eba45edcf772b47f581f Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 10 Oct 2008 06:30:20 +0000 Subject: [PATCH] Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a DoubleSpin box is used. --- src/RepairGUI/RepairGUI_SewingDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2