I am using UStudio version 6.30. This same problem existed in version 6.20, BTW.
After lots of trial and error, I was finally able to find a way to get auto-complete and function tips activated for the Qt libraries I am using (a project in C++ for a GUI application).
Activated they are, but flaky. I have a class which has a private data member of type QSqlDatabase. When I type a "." after the name in the header file, it shows me the correct members for QSqlDatabase. Also, the ClassView displays them correctly.
But in the CPP file which contains the function implementations, when I type a dot after the name of the QSqlDatabase member, it shows me the members for the QSqlQuery class!
So ... ... I renamed the member variable to something else; for a moment, it showed me the correct members in the CPP file after renaming the variable there -- in one function only! But as soon as I finished renaming that variable in all places in the CPP file, the same error occurs again.
Does anyone know what's up?
After lots of trial and error, I was finally able to find a way to get auto-complete and function tips activated for the Qt libraries I am using (a project in C++ for a GUI application).
Activated they are, but flaky. I have a class which has a private data member of type QSqlDatabase. When I type a "." after the name in the header file, it shows me the correct members for QSqlDatabase. Also, the ClassView displays them correctly.
But in the CPP file which contains the function implementations, when I type a dot after the name of the QSqlDatabase member, it shows me the members for the QSqlQuery class!
So ... ... I renamed the member variable to something else; for a moment, it showed me the correct members in the CPP file after renaming the variable there -- in one function only! But as soon as I finished renaming that variable in all places in the CPP file, the same error occurs again.
Does anyone know what's up?