mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-01 11:04:29 +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 )
|
GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
|
||||||
//:QWidget( app->desktop() )
|
//:QWidget( app->desktop() )
|
||||||
{
|
{
|
||||||
setWindowTitle(tr("CREATION_INFO_TITLE"));
|
setWindowTitle( tr( "CREATION_INFO_TITLE" ) );
|
||||||
|
setObjectName( "geomCreationInformation" );
|
||||||
|
|
||||||
QFrame* frame = new QFrame( this );
|
QFrame* frame = new QFrame( this );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user