Split general settings page in two

It was too crowded to add anything to it. Split it into "interface" and
"system" related pages.

Change-Id: I2aa7984de4d672ca000e991b0cfb32a3f706c988
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-08-14 13:25:31 +02:00
parent f1e8aec7ac
commit 2db21dc201
13 changed files with 570 additions and 409 deletions

View File

@@ -40,7 +40,7 @@ namespace Internal {
ThemeSettings::ThemeSettings() :
m_widget(0)
{
setId(Constants::SETTINGS_ID_ENVIRONMENT);
setId(Constants::SETTINGS_ID_INTERFACE);
setDisplayName(tr("Theme"));
setCategory(Constants::SETTINGS_CATEGORY_CORE);
setDisplayCategory(QCoreApplication::translate("Core", Constants::SETTINGS_TR_CATEGORY_CORE));