Bezig met crudmodel/tab

This commit is contained in:
eelke 2018-01-08 20:45:52 +01:00
parent ee321b3fb1
commit 14ab400ccb
15 changed files with 308 additions and 33 deletions

22
pglab/CrudTab.h Normal file
View file

@ -0,0 +1,22 @@
#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