I use Qt 4.4.2 in Visual Studio 2008.
When I am writing code, IntelliSense seems to die – it does not show any methods or data members in Qt objects such as QPushButton, does not see the QObject::connect static method, etc.
Is it a typical situation or did I do something wrong while installing the library?
Most likely non-standard extensions like
public slots:etc.There’s already a FAQ at the Qt site: Intellisense does not work for my Qt application. What’s wrong?