PDA

View Full Version : Qt Widget opens in new window



spikestar
10th September 2012, 11:25
Im using Qt creator and i have placed a QWidget in a tab. I promoted the widget to a custom widget. The problem is every time i select the tab, widget opens in a new window and is not embedded into the tab. Does anyone have any advice on how to go about this?

sonulohani
10th September 2012, 13:32
set the parent of that widget.