forked from qt-creator/qt-creator
ProjectExplorer: Add a common template for project settings
- Added base widget class for common options among project settings tabs - Added usage new template class to all pages used in project settings ToDo - Make CodeStyle tab standardized Change-Id: I8f70413b6ee764c5e43fbeae104b9389237c582f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -203,7 +203,7 @@ void TestSettingsWidget::onFrameworkItemChanged()
|
||||
TestSettingsPage::TestSettingsPage(TestSettings *settings)
|
||||
: m_settings(settings)
|
||||
{
|
||||
setId("A.AutoTest.0.General");
|
||||
setId(Constants::AUTOTEST_SETTINGS_ID);
|
||||
setDisplayName(tr("General"));
|
||||
setCategory(Constants::AUTOTEST_SETTINGS_CATEGORY);
|
||||
setDisplayCategory(QCoreApplication::translate("AutoTest", Constants::AUTOTEST_SETTINGS_TR));
|
||||
|
||||
Reference in New Issue
Block a user