DockWidgetBase: Move layouting code into DockWidget.cpp

We don't want QWidget related code in the base class, to be
shared with QML
This commit is contained in:
Sergio Martins
2019-08-06 12:58:07 +01:00
parent 464ef4fd93
commit 8742da76ae
4 changed files with 30 additions and 16 deletions

View File

@@ -217,6 +217,9 @@ Q_SIGNALS:
///@brief signal emitted when the title changed
void titleChanged();
///@brief emitted when the widget changes,
void widgetChanged(QWidget*);
protected:
void onParentChanged();
void onShown(bool spontaneous);