nodeview: added rudimentary toolbar

Only button there is a toggle for the mini-map.
This commit is contained in:
itsmattkc
2021-07-09 21:57:53 -07:00
parent 94e6fa843c
commit 652a53c18e
6 changed files with 113 additions and 1 deletions
+6
View File
@@ -78,6 +78,12 @@ public:
void ZoomOut();
public slots:
void SetMiniMapEnabled(bool e)
{
minimap_->setVisible(e);
}
signals:
void NodesSelected(const QVector<Node*>& nodes);