From e050f81084f45cc015145d6f0edd6de978e32242 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 8 Aug 2012 13:02:22 +0000 Subject: [PATCH] create myBall in brief mode --- src/SMESHGUI/SMESHGUI_MeshInfosBox.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/SMESHGUI/SMESHGUI_MeshInfosBox.cxx b/src/SMESHGUI/SMESHGUI_MeshInfosBox.cxx index 17f653938..a56fa2c5e 100644 --- a/src/SMESHGUI/SMESHGUI_MeshInfosBox.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshInfosBox.cxx @@ -319,6 +319,15 @@ SMESHGUI_MeshInfosBox::SMESHGUI_MeshInfosBox(const bool full, QWidget* theParent my0DElem = new QLabel( this ); l->addWidget( my0DElem, row, 1 ); + // balls + row = l->rowCount(); // retrieve current row count + // -- + lab = new QLabel(COLONIZE(tr("SMESH_MESHINFO_BALLS")), this ); + l->addWidget( lab, row, 0 ); + // -- + myBall = new QLabel( this ); + l->addWidget( myBall, row, 1 ); + addSeparator(this); // add separator // edges -- 2.39.2