DatabaseWindow has no knowledge more of the existence of QueryTab but user can still create and use them within that window.
This commit is contained in:
parent
fd603a7434
commit
d0c4dabe8b
8 changed files with 327 additions and 451 deletions
|
|
@ -47,6 +47,10 @@ public:
|
|||
|
||||
virtual void addContentWidget(PluginContentWidget *widget) = 0;
|
||||
|
||||
/** Return a widget you can use as a parent
|
||||
*/
|
||||
virtual QWidget* container() = 0;
|
||||
|
||||
template<typename T, class...Args>
|
||||
bool addObjects(Args&&...args);
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue