#pragma once #include class ProjectWindow : public QWidget { Q_OBJECT public: ProjectWindow(QWidget* parent = nullptr); ~ProjectWindow(); };