feat: add node graphic item

This commit is contained in:
parker
2025-06-20 03:42:27 +01:00
parent 7394f72f51
commit cf876320d8
6 changed files with 57 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ NetworkGraphicsScene::NetworkGraphicsScene()
{
sceneWidth_ = 64000;
sceneHeight_ = 64000;
gridSize_ = 20;
gridSize_ = 40;
setSceneRect(sceneWidth_/-2.0f, sceneHeight_/-2.0f, sceneWidth_, sceneHeight_);