mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
Qt4 porting.
This commit is contained in:
parent
66180fa69a
commit
8489405104
@ -353,6 +353,7 @@ SMESHGUI_MeshDlg::SMESHGUI_MeshDlg( const bool theToCreate, const bool theIsMesh
|
|||||||
{
|
{
|
||||||
// Create top controls
|
// Create top controls
|
||||||
|
|
||||||
|
setObjectPixmap( "SMESH", tr( "ICON_SELECT" ) );
|
||||||
// name
|
// name
|
||||||
createObject( tr( "NAME" ), mainFrame(), Obj );
|
createObject( tr( "NAME" ), mainFrame(), Obj );
|
||||||
setNameIndication( Obj, OneName );
|
setNameIndication( Obj, OneName );
|
||||||
@ -379,6 +380,8 @@ SMESHGUI_MeshDlg::SMESHGUI_MeshDlg( const bool theToCreate, const bool theIsMesh
|
|||||||
myHypoSetButton = new QToolButton( mainFrame() );
|
myHypoSetButton = new QToolButton( mainFrame() );
|
||||||
myHypoSetButton->setText( tr( "HYPOTHESES_SETS" ) );
|
myHypoSetButton->setText( tr( "HYPOTHESES_SETS" ) );
|
||||||
myHypoSetButton->setEnabled( false );
|
myHypoSetButton->setEnabled( false );
|
||||||
|
myHypoSetButton->setSizePolicy( QSizePolicy::MinimumExpanding,
|
||||||
|
myHypoSetButton->sizePolicy().verticalPolicy() );
|
||||||
|
|
||||||
// Fill layout
|
// Fill layout
|
||||||
QGridLayout* aLay = new QGridLayout( mainFrame() );
|
QGridLayout* aLay = new QGridLayout( mainFrame() );
|
||||||
|
Loading…
Reference in New Issue
Block a user