Hi guys,

Newbie question here, so sorry if it isnt clear.

My environment is Windows, MS VC++ .NET 2005. I use VS Integration and Designer.

My GUI app is going to be composed of many widgets. Since this is my first Qt GUI app, I plan to build each widget as a standalone first to test if each behaves properly. I plan to build each widget with Designer. Each widget will be a thread since it needs to communicate with a serial port, and displaying the values received.

Question is if I do that, each widget will have the .ui file of its own...then would my final widget be able to have all the different UI's listed in the project?