I am running linux. I have downloaded and compiled QT 4.6.2. It has been installedin /usr/local/Trolltech/QT-4.6.2/.
Now, when I create a project, I can do something like this:
QWebView
I can click on the symbol and it will direct me to the QWebView header file. However, I can ONLY see function definitions for QT source code. I cannot see any of the actual function implementations (the .cpp file for said header file).
Previously, on windows, I had the same setup except I could view the .cpp for the QT source. How do I view such files now? Why are there only header files?
Bookmarks