Dry coded, here's what I think you could do:

Qt Code:
  1. QWidget *theWidget = centralWidget();
  2. setCentralWidget(newWidget);
  3. theWidget->deleteLater();
To copy to clipboard, switch view to plain text mode