Hello, I am new to QTCreator, I installed it on Ubuntu 10.10. QT Creator 2.0.1 and Qt 4.7.0 and I am having troubles with code completion. I have a class, B with a function functionF, and an instance of B, instanceB.

In my code, in Qt Creator, if I type inst and then press Ctrl+Space, code completion works fine, showing me everything, but the issue arises when I am trying to obtain all the functions of instanceB. When I type

instanceB->

and then I press Ctrl+Space, nothing happens, no code completion, intellisense does not works. I know it works in QtCreator, because I have an installation in Windows and there it works fine. Am I missing something in the original Qt Creator installation in Ubuntu? What could be the problem?

Thanks in advance