]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Table template
authornds <nds@opencascade.com>
Thu, 12 Nov 2015 10:21:07 +0000 (13:21 +0300)
committernds <nds@opencascade.com>
Thu, 12 Nov 2015 10:21:07 +0000 (13:21 +0300)
src/ModuleBase/ModuleBase_WidgetTable.cpp

index 2893d684b647c51cf79634cb1a867d905487e427..e6d79d530763744692977fad18f247c4236edcd5 100755 (executable)
@@ -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);