Added DockWidgetBase::setMDIZ(int z)

Sets the Z order of the dockwidget within the MDI layout
This commit is contained in:
Sergio Martins
2021-03-02 10:43:07 +00:00
parent 7e9896263b
commit 4d428d42f6
2 changed files with 17 additions and 0 deletions

View File

@@ -423,6 +423,9 @@ public:
void setMDIPosition(QPoint pos);
/// @brief like setMDIPosition(), but for the size.
void setMDISize(QSize size);
/// @brief like setMDIPosition(), but for the Z
/// only implemented for QtQuick
void setMDIZ(int z);
Q_SIGNALS:
#ifdef KDDOCKWIDGETS_QTWIDGETS