mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 08:15:37 +05:00
- nbElemsLabel = new QLabel(" 0", this );
+ nbElemsLabel = new QLabel("0", this );
This commit is contained in:
parent
b69677548c
commit
cda4289765
@ -741,8 +741,8 @@ SMESHGUI_ComputeDlg_QThreadQDialog::SMESHGUI_ComputeDlg_QThreadQDialog(QWidget
|
|||||||
|
|
||||||
QLabel * nbNodesName = new QLabel(tr("SMESH_MESHINFO_NODES"), this );
|
QLabel * nbNodesName = new QLabel(tr("SMESH_MESHINFO_NODES"), this );
|
||||||
QLabel * nbElemsName = new QLabel(tr("SMESH_MESHINFO_ELEMENTS"), this );
|
QLabel * nbElemsName = new QLabel(tr("SMESH_MESHINFO_ELEMENTS"), this );
|
||||||
nbNodesLabel = new QLabel(" 0", this );
|
nbNodesLabel = new QLabel("0", this );
|
||||||
nbElemsLabel = new QLabel(" 0", this );
|
nbElemsLabel = new QLabel("0", this );
|
||||||
|
|
||||||
QGridLayout* layout = new QGridLayout(this);
|
QGridLayout* layout = new QGridLayout(this);
|
||||||
layout->setMargin( MARGIN );
|
layout->setMargin( MARGIN );
|
||||||
|
Loading…
Reference in New Issue
Block a user