nodeview: added rudimentary toolbar
Only button there is a toggle for the mini-map.
This commit is contained in:
@@ -78,6 +78,12 @@ public:
|
||||
|
||||
void ZoomOut();
|
||||
|
||||
public slots:
|
||||
void SetMiniMapEnabled(bool e)
|
||||
{
|
||||
minimap_->setVisible(e);
|
||||
}
|
||||
|
||||
signals:
|
||||
void NodesSelected(const QVector<Node*>& nodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user