PDA

View Full Version : How to communicate data and & call one Ui from the other Ui



augusbas
16th June 2009, 12:03
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.

wysota
16th June 2009, 12:17
Basically the same as here:
http://www.qtcentre.org/forum/faq.php?faq=qt_general_category#faq_qt_designer_2f orms

Use signals and slots or store pointers to widgets as class members (or both).

augusbas
16th June 2009, 13:50
Hi Wyosta,

Thanks for your reply. Let me try the solution.