About Qt Creator code completion
-
Hi all,
I used to develop with Qt Creator from Qt SDK 1.1.2.
Starting an Harmattan project, code completation works fine only for QML native components.
That means, for example, that it doesn't work for PageStackWindow, Page and so on.
I think that it's not the correct behavior, however I would like to know if this is the standard behavior.Thanks in advance,
MicheleEdit: Fixed typo in thread title; mlong
-
Are the relevant C++ header files set up correctly for your project (e.g. by using QT += network or whichever module you are using)? That is needed for both building the stuff as well as using it, so if your project does run fine then the code completion should also work.