#ifndef EVENTFORM_H #define EVENTFORM_H #include class EventForm : public QObject { Q_OBJECT public: explicit EventForm(QObject *parent = nullptr); signals: public slots: }; #endif // EVENTFORM_H