The tablespage now has a namespace filter allowing it to be used for
a pg_catalog and information_schema tab.
This commit is contained in:
parent
d129876d06
commit
a0579538df
5 changed files with 60 additions and 9 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <memory>
|
||||
#include <optional>
|
||||
#include <QItemSelection>
|
||||
#include "TablesTableModel.h"
|
||||
|
||||
namespace Ui {
|
||||
class TablesPage;
|
||||
|
|
@ -32,6 +33,7 @@ public:
|
|||
~TablesPage();
|
||||
|
||||
void setCatalog(std::shared_ptr<PgDatabaseCatalog> cat);
|
||||
void setNamespaceFilter(TablesTableModel::NamespaceFilter filter);
|
||||
private:
|
||||
Ui::TablesPage *ui;
|
||||
DatabaseWindow *m_window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue