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
@@ -33,6 +33,7 @@ signals:
void invert(bool enable);
void superPixel(bool enable);
void falseColor(bool enable);
void drawGrid(bool enable);
};
#endif // STRETCHTOOLBAR_H