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