Add draw grid button

This commit is contained in:
2025-05-31 00:19:15 +02:00
parent a0422683bd
commit 32f192ed7e
7 changed files with 158 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ public slots:
void invert(bool enable);
void superPixel(bool enable);
void falseColor(bool enable);
void drawGrid(bool enable);
QImage renderToImage();
protected slots:
void scrollEvent();