Salome HOME
Update copyrights
[modules/jobmanager.git] / src / standalone / main.cxx
index baf07c6c7a75fd9607aabe5c84c20c2418f9d6d9..06c465c6c55435c3e3cdca7177ba594b2cdb9626 100644 (file)
@@ -1,7 +1,28 @@
-#include <QtGui>
+// Copyright (C) 2009-2019  CEA/DEN, EDF 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, or (at your option) any later version.
+//
+// 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/ or email : webmaster.salome@opencascade.com
+//
+
 #include "BL_GenericGui.hxx"
 #include "BL_MainWindows_Qt.hxx"
 
+#include <QApplication>
+#include <QMainWindow>
+
 int main(int argc, char *argv[])
 {
   QApplication app(argc, argv);
@@ -9,6 +30,8 @@ int main(int argc, char *argv[])
   QMainWindow main_window;
   BL::MainWindows_Qt wrapper(&main_window);
   BL::GenericGui * main_widget = new BL::GenericGui(&wrapper);
+  main_widget->createDockWidgets();
+  main_widget->createCentralWidget();
   main_widget->createActions();
   main_widget->createMenus();
   main_widget->updateButtonsStates();