forked from qt-creator/qt-creator
Added icons to options dialog categories
Some categories do not have icons yet, unfortunately.
This commit is contained in:
@@ -123,6 +123,11 @@ QString CppSettingsPage::displayCategory() const
|
||||
return QCoreApplication::translate("Designer", Designer::Constants::SETTINGS_TR_CATEGORY);
|
||||
}
|
||||
|
||||
QIcon CppSettingsPage::categoryIcon() const
|
||||
{
|
||||
return QIcon(QLatin1String(Designer::Constants::SETTINGS_CATEGORY_ICON));
|
||||
}
|
||||
|
||||
QWidget *CppSettingsPage::createPage(QWidget *parent)
|
||||
{
|
||||
m_widget = new CppSettingsPageWidget(parent);
|
||||
|
||||
Reference in New Issue
Block a user