Moved code from TablesPage into seperate PropetiesPage component

Clears up the TablePage and makes rhe propertypage reusable.
This commit is contained in:
eelke 2018-10-20 10:58:42 +02:00
parent b8cfb223be
commit 38ae5f50e4
8 changed files with 73 additions and 36 deletions

View file

@ -1,11 +1,9 @@
#ifndef TRIGGERPAGE_H
#define TRIGGERPAGE_H
#include <QObject>
#include <QSplitter>
#include <memory>
class QSplitter;
class QTableView;
class SqlCodePreview;
class PgDatabaseCatalog;