ui: renamed undefined to non-indexed and made node/edge names more readable

This commit is contained in:
malte_langkabel
2017-02-06 16:18:00 +01:00
parent be1a44a763
commit 1bb25140a7
28 changed files with 163 additions and 149 deletions
@@ -147,7 +147,7 @@ void QtGraphEdge::updateLine()
style, m_weight, showArrow);
}
QString toolTip = utility::replace(Edge::getTypeString(type), "_", " ").c_str();
QString toolTip = Edge::getReadableTypeString(type).c_str();
if (type == Edge::EDGE_AGGREGATION)
{
toolTip += ": " + QString::number(m_weight) + " edge";