From: nds Date: Thu, 12 Nov 2015 10:21:07 +0000 (+0300) Subject: Table template X-Git-Tag: V_2.0.0_alfa2~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e51b71f267d2369c3965ca87e2f54fd886378022;p=modules%2Fshaper.git Table template --- diff --git a/src/ModuleBase/ModuleBase_WidgetTable.cpp b/src/ModuleBase/ModuleBase_WidgetTable.cpp index 2893d684b..e6d79d530 100755 --- a/src/ModuleBase/ModuleBase_WidgetTable.cpp +++ b/src/ModuleBase/ModuleBase_WidgetTable.cpp @@ -49,7 +49,7 @@ ModuleBase_WidgetTable::ModuleBase_WidgetTable(QWidget* theParent, connect(anAddBtn, SIGNAL(clicked()), this, SLOT(onAddRow())); - aLayout->addWidget(new QLabel("aLabel"), 0, 0); + aLayout->addWidget(new QLabel(aLabel), 0, 0); aLayout->addWidget(anAddBtn, 0, 1); aLayout->addWidget(aRemBtn, 0, 2);