Start: New start workbench
This commit is contained in:
committed by
Yorik van Havre
parent
80107554f3
commit
6b88ade7be
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user