Added DockWidgetBase::isOverlayed()

This commit is contained in:
Sergio Martins
2020-09-20 13:48:17 +01:00
parent 2659ddb76b
commit 54b28c42e2
4 changed files with 21 additions and 0 deletions

View File

@@ -349,6 +349,10 @@ public:
*/
void moveToSideBar();
/// @brief Returns whether this dock widget is overlayed on top of the main window, instead of
/// docked into the layout. This is only relevant when using the auto-hide and side-bar feature.
bool isOverlayed() const;
Q_SIGNALS:
///@brief signal emitted when the parent changed
void parentChanged();