First version of table overview tab, only design no implementation yet
This commit is contained in:
parent
cd4e99cd11
commit
43e6042794
4 changed files with 110 additions and 3 deletions
22
pglab/TablesPage.h
Normal file
22
pglab/TablesPage.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef TABLESPAGE_H
|
||||
#define TABLESPAGE_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class TablesPage;
|
||||
}
|
||||
|
||||
class TablesPage : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit TablesPage(QWidget *parent = 0);
|
||||
~TablesPage();
|
||||
|
||||
private:
|
||||
Ui::TablesPage *ui;
|
||||
};
|
||||
|
||||
#endif // TABLESPAGE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue