mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 13:50:34 +05:00
0022614: [CEA 1146] SalomePyQt python API tabifyDockWidgets and findDockByWT
Unify object names of dock widgets
This commit is contained in:
parent
7961b83044
commit
bb11967e8f
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user