Options: Sort by category, id.

Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
This commit is contained in:
Friedemann Kleint
2009-11-27 16:12:12 +01:00
parent f928145163
commit a8ac34c347
51 changed files with 262 additions and 123 deletions

View File

@@ -306,7 +306,7 @@ QString CppFileSettingsPage::id() const
QString CppFileSettingsPage::trName() const
{
return QCoreApplication::translate("CppTools", Constants::CPP_SETTINGS_ID);
return QCoreApplication::translate("CppTools", Constants::CPP_SETTINGS_NAME);
}
QString CppFileSettingsPage::category() const
@@ -316,7 +316,7 @@ QString CppFileSettingsPage::category() const
QString CppFileSettingsPage::trCategory() const
{
return QCoreApplication::translate("CppTools", Constants::CPP_SETTINGS_CATEGORY);
return QCoreApplication::translate("CppTools", Constants::CPP_SETTINGS_TR_CATEGORY);
}
QWidget *CppFileSettingsPage::createPage(QWidget *parent)