Hi to All.....
I'm new to Qt, I want to integrate two or more ui or project files in a single project. I saw some of the examples i got idea that .pri file can do this but in Qt 4.5.2 i don't no how to use it. My required solution is :
1. I have two more ui files and its .c and .h files
2. I want to provide a buttons where it can switch to one more GUI files with different operation.
3. I have main window with all the Buttons, where each button should navigate to different ui file. one for calculator. one for Analog clock or chat system thru serail communication.
How can i do this. plz suggest me......................