]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/STD/STD_LoadStudiesDlg.cxx
Salome HOME
Copyrights update
[modules/gui.git] / src / STD / STD_LoadStudiesDlg.cxx
index 96c8882f8fae77ca8605d31eab41121b3089df35..b8a655249a90e7f3d13db13984c6f9d77149f1d5 100644 (file)
@@ -1,27 +1,42 @@
+// Copyright (C) 2005  OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D
+// 
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either 
+// version 2.1 of the License.
+// 
+// This library is distributed in the hope that it will be useful 
+// but WITHOUT ANY WARRANTY; without even the implied warranty of 
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public  
+// License along with this library; if not, write to the Free Software 
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/
+//
 #include "STD_LoadStudiesDlg.h"
 
 #include <qlabel.h>
 #include <qlayout.h>
 #include <qlistbox.h>
 #include <qpushbutton.h>
-using namespace std;
 
 #define SPACING_SIZE             6
 #define MARGIN_SIZE             11
 #define MIN_LISTBOX_WIDTH      150
 #define MIN_LISTBOX_HEIGHT     100
 
-//================================================================================
-/*! Public -
- * \brief creates a Load study dialog box
- * \param parent a parent widget
- * \param modal bool argument, if true the dialog box is a modal dialog box
- * \param f style flags
- * 
- */
-//================================================================================
+/*!
+* \brief creates a Load study dialog box
+* \param parent a parent widget
+* \param modal bool argument, if true the dialog box is a modal dialog box
+* \param f style flags
+*/
+
 STD_LoadStudiesDlg::STD_LoadStudiesDlg( QWidget* parent,  bool modal, WFlags fl )
-    : QDialog(parent, "STD_LoadStudiesDlg", modal, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu)
+: QDialog( parent, "STD_LoadStudiesDlg", modal, WStyle_Customize | WStyle_NormalBorder | WStyle_Title | WStyle_SysMenu )
 {
     resize( 321, 181 ); 
     setCaption( tr("DLG_LOAD_STUDY_CAPTION") );