Bug IPAL19270 : Qt4 porting. Control ?Result name? in ?Propagate? dialog box is empty or filled by ?_1? constantly and doesn?t influence on name created entities in object browser

This commit is contained in:
ouv 2008-03-21 10:25:27 +00:00
parent 817d936a6c
commit d00dc3215b
2 changed files with 4 additions and 1 deletions

View File

@ -97,6 +97,8 @@ BlocksGUI_ExplodeDlg::~BlocksGUI_ExplodeDlg()
//=================================================================================
void BlocksGUI_ExplodeDlg::Init()
{
mainFrame()->GroupBoxName->hide();
// Set range of spinboxes
int SpecificStep = 1;
initSpinBox( myGrp1->SpinBox1, 0, 999, SpecificStep );
@ -374,7 +376,7 @@ bool BlocksGUI_ExplodeDlg::isValid( QString& )
break;
}
return false;
return ok;
}
//=================================================================================

View File

@ -95,6 +95,7 @@ void BlocksGUI_PropagateDlg::Init()
myObject = GEOM::GEOM_Object::_nil();
mainFrame()->ResultName->setText( "" );
mainFrame()->GroupBoxName->hide();
//myGeomGUI->SetState( 0 );