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,5 +10,7 @@ public:
private:
uint sceneWidth_;
uint sceneHeight_;
uint gridSize_;
protected:
void drawBackground(QPainter *painter, const QRectF &rect) override;
};