poc Add support for reloading the catalog
Reload works and the column page reacts correctly. Others to be checked and fixed.
This commit is contained in:
parent
83122e89df
commit
60d8f36328
8 changed files with 89 additions and 40 deletions
|
|
@ -39,6 +39,7 @@ public:
|
|||
|
||||
std::shared_ptr<PgDatabaseCatalog> catalog();
|
||||
TypeSelectionItemModel* typeSelectionModel();
|
||||
void refresh();
|
||||
|
||||
const ConnectionConfig& config() const { return m_config; }
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue