I've compiled Qt into the visual studio 2008 environment and am building apps. However, when I create a connection for a pushbutton on a dialog form, or any form for that matter, in Qt designer, there is no "Go To Slots" option on the right mouse click menu or elsewhere. Furthermore, when I add a signal/slot, it "takes" in the form designer, but doesn't propogate to the c++/.h files to which they belong. As a result, I have to hand code them. This is true for any widget I want to configure for slots/signals.

I wanted to know whether this is how it is in visual studio, or whether there was something to correct to make workflow more efficient. The standalone Qt IDE did update the c++ and .h files.

Thank you,

T1001