mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 06:50:32 +05:00
Qt4 porting.
This commit is contained in:
parent
d7d61ba16f
commit
23c9cbe96a
@ -457,8 +457,8 @@ SMESHGUI_MeshInfosBox::SMESHGUI_MeshInfosBox(const bool full, QWidget* theParent
|
|||||||
: QGroupBox( tr("SMESH_MESHINFO_TITLE"), theParent ), myFull( full )
|
: QGroupBox( tr("SMESH_MESHINFO_TITLE"), theParent ), myFull( full )
|
||||||
{
|
{
|
||||||
QGridLayout* l = new QGridLayout(this);
|
QGridLayout* l = new QGridLayout(this);
|
||||||
l->setMargin( 0 );
|
l->setMargin( MARGIN );
|
||||||
l->setSpacing( 0 );
|
l->setSpacing( SPACING );
|
||||||
|
|
||||||
QFont italic = font(); italic.setItalic(true);
|
QFont italic = font(); italic.setItalic(true);
|
||||||
QFont bold = font(); bold.setBold(true);
|
QFont bold = font(); bold.setBold(true);
|
||||||
@ -819,7 +819,6 @@ QFrame* SMESHGUI_ComputeDlg::createMainFrame (QWidget* theParent)
|
|||||||
aRBut->setIcon(iconCompute);
|
aRBut->setIcon(iconCompute);
|
||||||
aRBut->setChecked(true);
|
aRBut->setChecked(true);
|
||||||
aPixGrpLayout->addWidget(aRBut);
|
aPixGrpLayout->addWidget(aRBut);
|
||||||
aPixGrpLayout->addStretch();
|
|
||||||
|
|
||||||
// Mesh name
|
// Mesh name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user