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
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
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.
Bookmarks