feat: add background grid
This commit is contained in:
@@ -8,9 +8,11 @@ Network::Network(QWidget* parent)
|
||||
{
|
||||
|
||||
mainLayout_ = new QVBoxLayout(parent);
|
||||
mainLayout_->setContentsMargins(0,0,0,0);
|
||||
|
||||
this->setLayout(mainLayout_);
|
||||
|
||||
|
||||
NetworkGraphicsScene* scene = new NetworkGraphicsScene();
|
||||
NetworkGraphicsView* view = new NetworkGraphicsView(parent, scene);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user