feat: add node edges

This commit is contained in:
parker
2025-06-20 23:12:09 +01:00
parent cf876320d8
commit 20c6ad2b64
10 changed files with 211 additions and 28 deletions

View File

@@ -23,6 +23,8 @@ qt_add_executable(${AppExec}
src/gui/network/NetworkGraphicsScene.cpp
src/gui/network/Network.cpp
src/gui/network/NodeGraphic.cpp
src/gui/network/SocketGraphic.cpp
src/gui/network/NodeEdgeGraphic.cpp
)
target_link_libraries(${AppExec} PRIVATE Qt6::Core Qt6::Widgets)