feat: add background grid

This commit is contained in:
parker
2025-06-20 03:23:07 +01:00
parent b829ba639b
commit 7394f72f51
5 changed files with 58 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ public:
NetworkGraphicsView(QWidget *parent = nullptr, QGraphicsScene* scene = nullptr);
private:
QPointF panStartPos;
void initUI();
protected:
void mouseMoveEvent(QMouseEvent *mouseEvent) override;