Moved code from TablesPage into seperate PropetiesPage component
Clears up the TablePage and makes rhe propertypage reusable.
This commit is contained in:
parent
b8cfb223be
commit
38ae5f50e4
8 changed files with 73 additions and 36 deletions
|
|
@ -1,11 +1,9 @@
|
|||
#ifndef TRIGGERPAGE_H
|
||||
#define TRIGGERPAGE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QSplitter>
|
||||
#include <memory>
|
||||
|
||||
class QSplitter;
|
||||
class QTableView;
|
||||
class SqlCodePreview;
|
||||
class PgDatabaseCatalog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue