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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user