Salome HOME
Bug IPAL19270 : Qt4 porting. Control ?Result name? in ?Propagate? dialog box is empty...
authorouv <ouv@opencascade.com>
Fri, 21 Mar 2008 10:25:27 +0000 (10:25 +0000)
committerouv <ouv@opencascade.com>
Fri, 21 Mar 2008 10:25:27 +0000 (10:25 +0000)
src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx
src/BlocksGUI/BlocksGUI_PropagateDlg.cxx

index f968a1e9ca10a11588b4de1214dcb49cc496eb83..4f7270c09af28da88f98c2ebdce1317c44b096d3 100644 (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;
 }
 
 //=================================================================================
index fb2354145502dfae1cce74ba01a8908059f5678b..e812f4a064ef3f0febf5b8c2b693d5c631998fe4 100644 (file)
@@ -95,6 +95,7 @@ void BlocksGUI_PropagateDlg::Init()
 
   myObject = GEOM::GEOM_Object::_nil();
   mainFrame()->ResultName->setText( "" );
+  mainFrame()->GroupBoxName->hide();
 
   //myGeomGUI->SetState( 0 );