Qt 6 works on Windows host

This commit is contained in:
2022-01-23 12:59:57 +03:00
parent fcdc142991
commit bdb2acb414
14 changed files with 139 additions and 34 deletions

View File

@@ -385,7 +385,7 @@ protected:
Ui::Graphic * ui;
UGLWidget * canvas_gl;
QWidget * canvas;
QImage * buffer;
QPixmap buffer;
QPainter * painter;
QBrush selbrush;
QPen grid_pen, selpen;