Fixed Window

This commit is contained in:
AJ
2024-06-24 07:58:30 +02:00
parent aeccd1dccf
commit c8843c685a
9 changed files with 1733 additions and 99 deletions

View File

@@ -1,6 +1,8 @@
# pragma once
# include <QWidget>
class PlanGrid : QWidget{
Q_OBJECT
protected:
public:
PlanGrid(QWidget* parent = nullptr);