Add initial preferences page for Start
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#include <Gui/Language/Translator.h>
|
||||
#include <Gui/Command.h>
|
||||
#include <Gui/MainWindow.h>
|
||||
#include <Gui/WidgetFactory.h>
|
||||
#include "DlgStartPreferencesImp.h"
|
||||
|
||||
|
||||
#include <gsl/pointers>
|
||||
@@ -124,5 +126,9 @@ PyMOD_INIT_FUNC(StartGui)
|
||||
loadStartResource();
|
||||
Base::Console().Log("done\n");
|
||||
|
||||
// register preferences pages
|
||||
new Gui::PrefPageProducer<StartGui::DlgStartPreferencesImp>(
|
||||
QT_TRANSLATE_NOOP("QObject", "Start"));
|
||||
|
||||
PyMOD_Return(mod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user