mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-06 01:04:17 +05:00
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:
parent
817d936a6c
commit
d00dc3215b
@ -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;
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -95,6 +95,7 @@ void BlocksGUI_PropagateDlg::Init()
|
||||
|
||||
myObject = GEOM::GEOM_Object::_nil();
|
||||
mainFrame()->ResultName->setText( "" );
|
||||
mainFrame()->GroupBoxName->hide();
|
||||
|
||||
//myGeomGUI->SetState( 0 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user