Dear Group,
I'm starting to test the evaluation version of qt on windows using Visual Studio. I received qt-win-val-4.2.3-vs2005 from Trolltech and it installed fine. I took an existing project ".pro" file and derived a .vsproj file using QMake. So far so good.

The app compiled and ran. However as I was tracing the code, VS couldn't find the source for qtablewidget. Looking at the source directory, "C:\Qt\4.2.3\src", no wonder the debugger couldn't find it -- it wasn't there! It is available in the earlier open source version I have: "C:\Qt\4.2.1\src\gui\itemviews"

Has the source been removed from the evaluation version or did I just miss a small instruction somewhere?

Thanks for your help.
Max