refactor: cleanup opengl

This commit is contained in:
parker
2025-06-26 09:09:35 +01:00
parent b702fd55f7
commit 89b04be318
7 changed files with 211 additions and 96 deletions

View File

@@ -10,7 +10,7 @@ public:
Viewport(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
private:
QVBoxLayout* mainLayout_;
MyGLWidget* openGLWidget_;
ViewportGLWidget* openGLWidget_;
void resizeEvent(QResizeEvent *event) override;
};