X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fstandalone%2Fmain.cxx;h=06c465c6c55435c3e3cdca7177ba594b2cdb9626;hb=94317c743eafd6b6de89a47378e31410b4a8fdf3;hp=a33ff390a4f9c59ce9c5b4b7ed6d1e3088ba800f;hpb=160698311c8deb02d7eb674f3a94f88d7199a877;p=modules%2Fjobmanager.git diff --git a/src/standalone/main.cxx b/src/standalone/main.cxx index a33ff39..06c465c 100644 --- a/src/standalone/main.cxx +++ b/src/standalone/main.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2012 CEA/DEN, EDF R&D +// 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. +// 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 @@ -17,10 +17,12 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#include #include "BL_GenericGui.hxx" #include "BL_MainWindows_Qt.hxx" +#include +#include + int main(int argc, char *argv[]) { QApplication app(argc, argv); @@ -28,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();