0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT

Unify object names of dock widgets
This commit is contained in:
vsr 2014-08-12 11:47:23 +04:00
parent 7961b83044
commit bb11967e8f

View 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 );