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

src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx

index 0429e9be5abec419a0dc5ee09d93af0bc818a381..6bf1369e3abf3e8abc34bc57d1f0a4e46dabf6b2 100644 (file)
@@ -37,7 +37,8 @@
 GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
 //:QWidget( app->desktop() )
 {
-  setWindowTitle(tr("CREATION_INFO_TITLE"));
+  setWindowTitle( tr( "CREATION_INFO_TITLE" ) );
+  setObjectName( "geomCreationInformation" );
 
   QFrame* frame = new QFrame( this );