porymap/include/ui/eventpropertiesframe.h

23 lines
366 B
C
Raw Normal View History

2018-09-27 17:23:40 +01:00
#ifndef EVENTPROPERTIESFRAME_H
#define EVENTPROPERTIESFRAME_H
#include <QFrame>
namespace Ui {
2018-09-27 17:23:40 +01:00
class EventPropertiesFrame;
}
class EventPropertiesFrame : public QFrame
{
Q_OBJECT
public:
explicit EventPropertiesFrame(QWidget *parent = nullptr);
~EventPropertiesFrame();
public:
2018-09-27 17:23:40 +01:00
Ui::EventPropertiesFrame *ui;
};
2018-09-27 17:23:40 +01:00
#endif // EVENTPROPERTIESFRAME_H