Make double clicking on table in CatalogInspector open crud for selected table/view.

This commit is contained in:
eelke 2019-08-16 10:49:38 +02:00
parent 1a2ec6a224
commit 6fdf631fac
8 changed files with 53 additions and 47 deletions

View file

@ -75,3 +75,8 @@ void CatalogInspector::setNamespaceFilter(NamespaceFilter filter)
}
// context()->setCaption(this, caption, hint);
}
CatalogTablesPage *CatalogInspector::tablesPage()
{
return m_tablesPage;
}