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:
@@ -89,6 +89,11 @@ QString DisplaySettingsPage::displayCategory() const
|
||||
return m_d->m_parameters.displayCategory;
|
||||
}
|
||||
|
||||
QIcon DisplaySettingsPage::categoryIcon() const
|
||||
{
|
||||
return m_d->m_parameters.categoryIcon;
|
||||
}
|
||||
|
||||
QWidget *DisplaySettingsPage::createPage(QWidget *parent)
|
||||
{
|
||||
QWidget *w = new QWidget(parent);
|
||||
|
||||
Reference in New Issue
Block a user