I can add widgets with QSplitter::addWidget(), and I can add/move widgets with QSplitter::insertWidget(), but is it possible to remove a widget - short of deleting and replacing the QSplitter?

Thanks.