PDA

View Full Version : calling new widgets from active widget in QMdiArea



arunragini
10th September 2010, 17:48
Hi

Is it possible to a new Widget/form from active widget/form which is in QMdiArea ?

QMdiArea(Active Widget "Form1" contains push button)
on clicking push button -> new widget should show in same QMdiArea.

Thanks
arun

Zlatomir
10th September 2010, 18:55
I have never done this, but it should be possible.

Just try to connect the button clicked signal with the main window's QMdiArea slot that creates and show the new MdiSubWindows.