There are several other ways you could do it. Simplest would be to parent the new widget with the old one and set the new widget's position to be (0,0) relative to the parent and its size to be the same as the parent. And, of course, don't forget to show() it.
Bookmarks