ui: show tooltips when hovering nodes and edges
This commit is contained in:
@@ -19,6 +19,8 @@ QtGraphNodeData::QtGraphNodeData(const Node* data, bool hasParent, bool childVis
|
||||
{
|
||||
this->setName(data->getName());
|
||||
}
|
||||
|
||||
this->setToolTip(QString::fromStdString(data->getTypeString()));
|
||||
}
|
||||
|
||||
QtGraphNodeData::~QtGraphNodeData()
|
||||
|
||||
Reference in New Issue
Block a user