Hey,

I was looking at the following link:

http://www.qtcentre.org/threads/2725...Forms-Handling

I wasn't able to get the 2 forms switching with a button.

sudhansu suggested:
create a pointer to form2 in form1 class. allocate memory in constructor.
inside button_on_click slot "call pointer->show();"

I think I may have done this incorrectly, would someone be able to show an example of what I should have coded for that section sudhansu suggested?

Thanks,
Strateng