]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ToolBox.cpp
Salome HOME
Correction tab logic.
[modules/shaper.git] / src / ModuleBase / ModuleBase_ToolBox.cpp
index 7f8736a250fb110f49948a9eecadd6d8778a42e5..592b5a0325847da1ed4abc4cb760e1f11cb7a7c5 100644 (file)
@@ -49,6 +49,7 @@ void ModuleBase_ToolBox::addItem( QWidget* thePage, const QString& theName, cons
   aButton->setIcon( theIcon );
   aButton->setIconSize( theIcon.size() );
   aButton->setToolTip( theName );
+  aButton->setObjectName( theName );
   myButtonsGroup->addButton( aButton, anOldCount );
   myButtonsLayout->insertWidget( anOldCount, aButton );
 }