Make double clicking on table in CatalogInspector open crud for selected table/view.
This commit is contained in:
parent
1a2ec6a224
commit
6fdf631fac
8 changed files with 53 additions and 47 deletions
|
|
@ -75,3 +75,8 @@ void CatalogInspector::setNamespaceFilter(NamespaceFilter filter)
|
|||
}
|
||||
// context()->setCaption(this, caption, hint);
|
||||
}
|
||||
|
||||
CatalogTablesPage *CatalogInspector::tablesPage()
|
||||
{
|
||||
return m_tablesPage;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue