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:
@@ -65,6 +65,11 @@ QString DocSettingsPage::displayCategory() const
|
||||
return QCoreApplication::translate("Help", Help::Constants::HELP_TR_CATEGORY);
|
||||
}
|
||||
|
||||
QIcon DocSettingsPage::categoryIcon() const
|
||||
{
|
||||
return QIcon(QLatin1String(Help::Constants::HELP_CATEGORY_ICON));
|
||||
}
|
||||
|
||||
QWidget *DocSettingsPage::createPage(QWidget *parent)
|
||||
{
|
||||
QWidget *widget = new QWidget(parent);
|
||||
|
||||
Reference in New Issue
Block a user