Is it possible to navigate to the installer installed sources of Qt from Qt creator transparently?
-
Re: Qt Creator: View (and debug into) Qt Sources?
When it not comes to the question of debugging, but to simply go from a qt header file in qt creator to the installed sources, can I set up things like so?
I was expecting finding such a setting to select a source target directory somewhere in
kits
or inQtVersions
but did not find such a setting. Then I came across the referenced thread and did not yet fully understand what I can do today, to achieve this.I simply want to hit F2 from a symbol in the header and get to the respective source file automatically.
Is this even possible at all?
Thanks in advance
-
@devjb said in Is it possible to navigate to the installer installed sources of Qt from Qt creator transparently?:
I simply want to hit F2 from a symbol in the header and get to the respective source file automatically.
No when you don't load a project where the source is used. Otherwise the code model can't know about it since it doesn't belong to the current project.