mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-28 20:15:38 +05:00
Qt4 porting.
This commit is contained in:
parent
33396d09d4
commit
c26c23b4bb
@ -469,7 +469,7 @@ void SMESHGUI_HypothesisDlg::setCustomFrame( QFrame* f )
|
|||||||
if( f )
|
if( f )
|
||||||
{
|
{
|
||||||
f->setParent( mainFrame() );
|
f->setParent( mainFrame() );
|
||||||
qobject_cast<QVBoxLayout*>( layout() )->insertWidget( 1, f, 1 );
|
qobject_cast<QVBoxLayout*>( mainFrame()->layout() )->insertWidget( 1, f, 1 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user