Restructuring catalog tabs
- Moved detail tabs of table to their own components - Table list has become seperate component on seperate tab - Table list does not use designer anymore - Moved sequences and functions tabs into the catalog inspector
This commit is contained in:
parent
a704332342
commit
42432b06a9
31 changed files with 598 additions and 472 deletions
|
|
@ -41,6 +41,9 @@ public:
|
|||
* @return A string containing all posible privileges for this type of object.
|
||||
*/
|
||||
virtual QString aclAllPattern() const;
|
||||
|
||||
virtual QString dropSql() const;
|
||||
virtual QString createSql() const;
|
||||
private:
|
||||
Oid m_ownerOid = InvalidOid;
|
||||
const PgAuthId * m_owner;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue