Hi, guys, I downloaded the whole Qt 4.6 source codes via git and opened it in Qt creator.
Now my question is:
I want Qt creator can navigate the functions/classes to the source codes. E.g: Currently if I try to navigate to the declaration of QListWidget, Qt creator navigates to the header file in Qt's SDK and it can't find out the source codes of QListWidget because Qt SDK doesn't ship with source codes.
So I want creator turns to the source codes of Qt which I have already opened in creator. In this way, I can read the source codes of Qt directly while coding, you know, this is more efficient than reading documents.

Thanks in advance.