Hi
I am trying to create a Nokia mobile application using Qt. It has two forms/windows (for now) . Window1 is shown below:

Fig: window1

When I click on the first button (‘Add’) in window1, I want it to open window2 shown below:

Fig: window2

Both were created using Qt Designer in Qt Creator.

Window1 is the MainWindow template and window2 is of Widget template.

I also have the following headers and classes. When I run the application, it builds with no errors and I can see the main window but when I click on the add button I don’t see window2.
CAN ANY ONE HELP ME IDENTIFY WHAT I AM DOING WRONG?


Fig3: main window header file


Fig4: main window class file

I could not attach the window2 header and class file due to the limit on attaching images but the full project can be found here: http://www.nagorik.org/qt/WT.rar

PLEASE HELP ME GET STARTED WITH THIS PROJECT.
Thanks in advance for your help.