Added DockWidgetBase::setMDISize()

Only for dock widgets in MDI layout, where they are freely resizable
This commit is contained in:
Sergio Martins
2021-03-02 10:21:29 +00:00
parent 93c011c69d
commit cf0665c9b6
6 changed files with 26 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ public:
FloatingWindow *floatingWindow() const;
void setFlag(Qt::WindowType, bool on = true);
void setSize(QSize);
protected:
void raiseAndActivate();