pgLab/pglab/CrudTab.h

23 lines
247 B
C
Raw Normal View History

2018-01-08 20:45:52 +01:00
#ifndef CRUDTAB_H
#define CRUDTAB_H
#include <QWidget>
namespace Ui {
class CrudTab;
}
class CrudTab : public QWidget
{
Q_OBJECT
public:
explicit CrudTab(QWidget *parent = 0);
~CrudTab();
private:
Ui::CrudTab *ui;
};
#endif // CRUDTAB_H