- Create a 'Theme' pref page in which 'StyleSheet' is moved, and a secondary color pref is created.
- 'StyleSheet' combobox is removed from general and replaced by a 'Theme' combobox. - Theme combobox triggers the pref packs of type 'Theme'.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "DlgSettingsNavigation.h"
|
||||
#include "DlgSettingsSelection.h"
|
||||
#include "DlgSettingsViewColor.h"
|
||||
#include "DlgSettingsTheme.h"
|
||||
#include "DlgGeneralImp.h"
|
||||
#include "DlgEditorImp.h"
|
||||
#include "DlgSettingsNotificationArea.h"
|
||||
@@ -73,6 +74,7 @@ WidgetFactorySupplier::WidgetFactorySupplier()
|
||||
new PrefPageProducer<DlgSettings3DViewImp> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsNavigation> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsViewColor> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsTheme> ( QT_TRANSLATE_NOOP("QObject","Display") );
|
||||
new PrefPageProducer<DlgSettingsWorkbenchesImp> ( QT_TRANSLATE_NOOP("QObject","Workbenches") );
|
||||
new PrefPageProducer<DlgSettingsMacroImp> ( QT_TRANSLATE_NOOP("QObject", "Python"));
|
||||
new PrefPageProducer<DlgSettingsPythonConsole> ( QT_TRANSLATE_NOOP("QObject", "Python"));
|
||||
|
||||
Reference in New Issue
Block a user