Qt4 porting.

This commit is contained in:
mkr 2008-03-24 07:11:19 +00:00
parent bdf26e2831
commit 370c58a915

View File

@ -152,6 +152,7 @@ bool SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
Dlg->setObjectName( theHypName );
Dlg->setHIcon( icon() );
Dlg->setType( type() );
Dlg->setMinimumSize( 300, Dlg->minimumSizeHint().height() );
retrieveParams();
Dlg->show();
if ( !myEventLoop )