Added new home icon

This commit is contained in:
defnax 2018-12-13 22:44:04 +01:00
parent a95a235e09
commit 9252a4110c
4 changed files with 58 additions and 1 deletions

View file

@ -43,7 +43,7 @@ public:
explicit HomePage(QWidget *parent);
~HomePage();
virtual QIcon iconPixmap() const { return QPixmap(":/icons/svg/profile.svg") ; } //MainPage
virtual QIcon iconPixmap() const { return QIcon(":/icons/png/home.png") ; } //MainPage
virtual QString pageName() const { return tr("Home") ; } //MainPage
virtual QString helpText() const { return ""; } //MainPage