#ifndef POSTREGISTERGRID_H #define POSTREGISTERGRID_H #include #include "data/postdata.h" class PostRegisterGrid : public GridForm { public: PostRegisterGrid(QWidget *parent = NULL); // IGridForm interface protected: bool canAddRecord(); bool canEditRecord(); bool canDeleteRecord(); }; #endif // POSTREGISTERGRID_H