From bb11967e8f7382db94459a04be70ccfc6bc08ac6 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 12 Aug 2014 11:47:23 +0400 Subject: [PATCH] 0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT Unify object names of dock widgets --- src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx index 0429e9be5..6bf1369e3 100644 --- a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx +++ b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx @@ -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 ); -- 2.30.2