Hi...I use Visual Studio .NET (2003) plus Qt 3.3.5. I've add the Qt toolbar in VS .NET but I've some problems in the interface (integration) between the 2 softwares.
With Qt Designer I create myproject.pro and add some ui to this project, I import the project in VS creating so a VS project. Now if I make some changes in ui with Qt designer, this changes are applicated in VS too but reverse, if I make some changes in the source code with VS the aren't applicated in Qt Designer. Why is there this problem?

And...using Qt Designer, I can't view the source of the mygui.ui...If a press right button of the mouse and Source, it tell my "Want you open a ui.h file?" and clicking yes it open a file ui.h blank? Why? Solutions?