From: mkr Date: Mon, 25 Jun 2007 08:10:37 +0000 (+0000) Subject: Porting to Qt4. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62836eb86ffc2d1a9a51a5a284fe26ca307e619f;p=modules%2Fgui.git Porting to Qt4. --- diff --git a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx index 5fece2786..8567371be 100644 --- a/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx +++ b/src/SalomeApp/SalomeApp_StudyPropertiesDlg.cxx @@ -146,7 +146,7 @@ SalomeApp_StudyPropertiesDlg::SalomeApp_StudyPropertiesDlg(QWidget* parent) setWindowTitle(tr("TLT_STUDY_PROPERTIES")); setSizeGripEnabled( true ); - //clearWFlags(Qt::WindowContextHelpButtonHint); + setWindowFlags( windowFlags() ^ QFlags(!Qt::WindowContextHelpButtonHint) ); QGridLayout* mainLayout = new QGridLayout(this); mainLayout->setMargin(DEFAULT_MARGIN);