Qbs: Add icons to Project-/Product- and GroupNodes

Change-Id: Ifedfe50e661320d5a4d26e2ef01a482afb6a76dc
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Tobias Hunger
2013-04-17 13:07:43 +02:00
parent 65f8e1b977
commit cbfeb36ce7
2 changed files with 30 additions and 0 deletions

View File

@@ -34,6 +34,8 @@
#include <api/projectdata.h>
#include <QIcon>
namespace qbs { class Project; }
namespace QbsProjectManager {
@@ -128,6 +130,8 @@ private:
const qbs::GroupData *m_group;
QString m_productPath;
static QIcon m_groupIcon;
};
// --------------------------------------------------------------------
@@ -150,6 +154,7 @@ private:
QbsGroupNode *findGroupNode(const QString &name);
const qbs::ProductData *m_product;
static QIcon m_productIcon;
};
// ---------------------------------------------------------------------------
@@ -174,6 +179,7 @@ private:
const qbs::Project *m_project;
const qbs::ProjectData *m_projectData;
static QIcon m_projectIcon;
};
} // namespace Internal
} // namespace QbsProjectManager