How do I check the .cpp source code straight in the QT Creator?
Solved
General and Desktop
-
Hi!
I can only check the .h file in the QT Creator.
For example,I check QApplication::aboutQT() then the QT Creator jump into .h file instead of .cpp file.
How do I solve this problem like checking the implementations of the .h files straight in the QT Creator -
Hi the source code for Qt is a separate download.
https://www.qt.io/download-open-source/#section-2
section: Source packages & Other releases -
first thing first most of the time you do not need it. 99.99999% of the time if there is a problem it's in your app, not in Qt, having said that you'll need debug symbols, see https://bugreports.qt.io/browse/QTBUG-3934
If you just need to check the source you can get it from http://code.qt.io/cgit/