Salome HOME
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
authorvsr <vsr@opencascade.com>
Tue, 12 Aug 2014 11:34:21 +0000 (15:34 +0400)
committervsr <vsr@opencascade.com>
Tue, 12 Aug 2014 11:34:21 +0000 (15:34 +0400)
Unify object names of dock widgets

src/MEDOP/gui/WorkspaceController.cxx

index 54dc078169e6118afa47b457c1e5ceae85089874..312fad9f5c321129bb5bf6502d76ceb9c1afd9d3 100644 (file)
@@ -42,6 +42,7 @@ WorkspaceController::WorkspaceController(StandardApp_Module * salomeModule)
   : TreeGuiManager(salomeModule->getApp(), "Workspace")
 {
   _salomeModule = salomeModule;
+  getDockWidgets()->getDockWidget()->setObjectName("medWorkspaceDock");
 
   this->tabifyDockWidgets(false);