PDA

View Full Version : Qt and Eclipse



umitadelaide
17th January 2011, 23:42
Hi,

I am having trouble developing Qt application within Eclipse IDE ... Code assist or code completion within Eclipse IDE won't display SIGNALS or SLOTS when Ctrl+Space is initiated ... Is there any solution to this ... I have Qt 4.7.0, CDT and Qt integration package for Eclipse installed ...

stampede
18th January 2011, 13:22
Try setting indexer to "Full C++ Indexer" ( Window->Preferences-> C/C++ -> Indexer).
Just a guess, but maybe add "moc" directory to indexed sources as well.