Gui: [skip ci] split 3D view settings into two pages
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
//
|
||||
#include "DlgPreferencesImp.h"
|
||||
#include "DlgSettings3DViewImp.h"
|
||||
#include "DlgSettingsNavigation.h"
|
||||
#include "DlgSettingsViewColor.h"
|
||||
#include "DlgGeneralImp.h"
|
||||
#include "DlgEditorImp.h"
|
||||
@@ -70,6 +71,7 @@ WidgetFactorySupplier::WidgetFactorySupplier()
|
||||
new PrefPageProducer<DlgSettingsMacroImp> ( QT_TRANSLATE_NOOP("QObject","General") );
|
||||
new PrefPageProducer<DlgSettingsUnitsImp> ( QT_TRANSLATE_NOOP("QObject","General") );
|
||||
new PrefPageProducer<DlgSettings3DViewImp> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsNavigation> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsViewColor> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
|
||||
// ADD YOUR CUSTOMIZE PAGES HERE
|
||||
|
||||
Reference in New Issue
Block a user