Start: New start workbench

This commit is contained in:
Yorik van Havre
2018-08-05 15:47:12 -03:00
committed by Yorik van Havre
parent 80107554f3
commit 6b88ade7be
55 changed files with 2240 additions and 1116 deletions

View File

@@ -35,6 +35,8 @@
#include <Gui/WorkbenchManager.h>
#include <Gui/Language/Translator.h>
#include "Workbench.h"
#include <Gui/WidgetFactory.h>
#include "DlgStartPreferencesImp.h"
#include <Mod/Start/App/StartConfiguration.h>
@@ -104,6 +106,9 @@ PyMOD_INIT_FUNC(StartGui)
PyObject* mod = StartGui::initModule();
Base::Console().Log("Loading GUI of Start module... done\n");
// register preferences pages
new Gui::PrefPageProducer<StartGui::DlgStartPreferencesImp> ("Start");
// instantiating the commands
CreateStartCommands();
StartGui::Workbench::init();