feat: add networkview

This commit is contained in:
parker
2025-06-19 02:38:49 +01:00
parent 0e166cfa30
commit 7f675b7b76
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#include "gui/NetworkView.h"
NetworkView::NetworkView(QWidget *parent)
: QGraphicsView(parent)
{
}