ui: improved file nodes

* added colors for file nodes and dependency edges
* use TokenComponentFilePath on file nodes to store FilePath
This commit is contained in:
Eberhard Graether
2015-03-09 14:07:58 +01:00
parent 3893868386
commit ca9dfe7f75
15 changed files with 114 additions and 48 deletions
@@ -464,6 +464,9 @@ void QtGraphEdge::updateLine()
case Edge::EDGE_AGGREGATION:
color = QColor("#F8F8F8");
break;
case Edge::EDGE_INCLUDE:
color = QColor("#87BA50");
break;
default:
color = QColor("#878787");
break;