mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
0022311: EDF 2687 GEOM: Management of Publish Objects
This commit is contained in:
parent
a995245ef2
commit
a56b72922e
@ -619,9 +619,9 @@ void GEOMToolsGUI::OnPublishObject() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GEOMToolsGUI_PublishDlg * publishDlg =
|
GEOMToolsGUI_PublishDlg* publishDlg =
|
||||||
new GEOMToolsGUI_PublishDlg( SUIT_Session::session()->activeApplication()->desktop() );
|
new GEOMToolsGUI_PublishDlg( SUIT_Session::session()->activeApplication()->desktop() );
|
||||||
publishDlg->exec();
|
publishDlg->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ GEOMToolsGUI_PublishDlg::GEOMToolsGUI_PublishDlg(QWidget* parent):
|
|||||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
|
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
|
||||||
{
|
{
|
||||||
setObjectName( "GEOMToolsGUI_PublishDlg" );
|
setObjectName( "GEOMToolsGUI_PublishDlg" );
|
||||||
setModal( true );
|
setModal( false );
|
||||||
setWindowTitle( tr( "GEOM_PUBLISH_OBJECTS_TLT" ) );
|
setWindowTitle( tr( "GEOM_PUBLISH_OBJECTS_TLT" ) );
|
||||||
|
|
||||||
setAttribute(Qt::WA_DeleteOnClose);
|
setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
Loading…
Reference in New Issue
Block a user