Hi,
Is the below task is achievable by QT or not?
My requirement is,
I have a scroll area at right corner on mainwindow.It will not contain anything when application is compiled.I have login window and when i logged in correctly at the same time i have to place one Groupbox containing some pushbuttons on Scroll area in mainwindow.
I can logged in many times from mainwindow and Number of group boxes are adding to the Scrollarea.

NOTE: On more thing i need to implement is i have to connect signals and slots for dynamically added pushbuttons in the Group box.

Can it be possible?
If any example matches to above task,please provide to me .
thanks...