August 27, 2011

skypjack skypjack
Lab Rat
56 posts

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,
Michele

Edit: Fixed typo in thread title; mlong

1 reply

August 29, 2011

Tobias Hunger Tobias Hunger
Mad Scientist
3130 posts

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.

 
  ‹‹ How to use Nokia Analyze tool with Qt Nokia SDK      configuration between Qt and Microsoft Speech SDK5.1 !! ››

You must log in to post a reply. Not a member yet? Register here!