From e24f75af4db89ebdfd3d48e9d007238a1b990cd2 Mon Sep 17 00:00:00 2001 From: Sune Vuorela Date: Mon, 16 Sep 2013 23:54:21 +0200 Subject: Implement QMainWindow::takeCentralWidget() This allows the application developer to restructure the application, including moving the central widget some place else. Change-Id: Idca2f74c190500db24404e020b0eb400e41aad10 Reviewed-by: Giuseppe D'Angelo --- src/widgets/widgets/qmainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/widgets/qmainwindow.h') diff --git a/src/widgets/widgets/qmainwindow.h b/src/widgets/widgets/qmainwindow.h index d9edf711e0..8411bf9f6b 100644 --- a/src/widgets/widgets/qmainwindow.h +++ b/src/widgets/widgets/qmainwindow.h @@ -137,6 +137,8 @@ public: QWidget *centralWidget() const; void setCentralWidget(QWidget *widget); + QWidget *takeCentralWidget(); + #ifndef QT_NO_DOCKWIDGET void setCorner(Qt::Corner corner, Qt::DockWidgetArea area); Qt::DockWidgetArea corner(Qt::Corner corner) const; -- cgit v1.2.3