feat: network manager singleton, connect network manager to network ui
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include <QGraphicsSvgItem>
|
||||
#include "gui/network/NodeIconGraphic.h"
|
||||
|
||||
NodeGraphic::NodeGraphic(QGraphicsItem *parent)
|
||||
: QGraphicsItem(parent)
|
||||
NodeGraphic::NodeGraphic(enzo::nt::OpId id, QGraphicsItem *parent)
|
||||
: QGraphicsItem(parent), opId_{id}
|
||||
{
|
||||
socketSize_ = 3;
|
||||
titlePadding_=1;
|
||||
|
||||
Reference in New Issue
Block a user