Qt4 porting. There are nonsignificant zeros in fields of some dialog boxes, if a DoubleSpin box is used.

This commit is contained in:
dmv 2008-10-10 06:30:20 +00:00
parent 872de32076
commit cdc022fac4

View File

@ -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 );