Hi,
I have created two uis using designer. Now how do i call one ui from other ui and pass data between the two uis using code. Please help me.
Hi,
I have created two uis using designer. Now how do i call one ui from other ui and pass data between the two uis using code. Please help me.
Basically the same as here:
http://www.qtcentre.org/forum/faq.ph...esigner_2forms
Use signals and slots or store pointers to widgets as class members (or both).
augusbas (16th June 2009)
Hi Wyosta,
Thanks for your reply. Let me try the solution.
Bookmarks