QT and Intellisense
-
Hi, I am working on a project on QT and VC++. I need to know after I build the *.dsp and edit the code in VC++, I need to view the members of a certain class. The intellisense refuses to work in this case. I try the Ctrl+T, Ctrl+Atl+space, or even right-click and on the context menu click on List Members. None of this seems to work. Any ideas. Help greatly appreciated
-
Hi, I am working on a project on QT and VC++. I need to know after I build the *.dsp and edit the code in VC++, I need to view the members of a certain class. The intellisense refuses to work in this case. I try the Ctrl+T, Ctrl+Atl+space, or even right-click and on the context menu click on List Members. None of this seems to work. Any ideas. Help greatly appreciated
Must you use Intellisense? Why not just open the class' .h file? Have you tried deleting the project's .ncb file? Sitaram Sukumar wrote: I try the Ctrl+T, Ctrl+Atl+space... The key combination is Ctrl+Alt+T.
"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown
-
Hi, I am working on a project on QT and VC++. I need to know after I build the *.dsp and edit the code in VC++, I need to view the members of a certain class. The intellisense refuses to work in this case. I try the Ctrl+T, Ctrl+Atl+space, or even right-click and on the context menu click on List Members. None of this seems to work. Any ideas. Help greatly appreciated
Try the following steps: 1.Choose "Insert project to workspace" menu item to insert QT project file to your own project. 2.Then click "File|Save Workspace". 3.Then delete QT project from your project. Now the intellisense will works.:-D Jack --------------------------------------------------------------------------------- XD++ MFC/C++ Flow/Diagram Library -- http://www.ucancode.net