Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 7.0.2
-
None
Description
In the Qt development, there are often occasions where C++ class are exposed as QML components.
Currently, I believe that when you "Ctrl + click" on the QML component in .qml file which is originated from C++ class you created, Qt Creator doesn't get you to the class definition in .h file.
I think it would be better if I can easily go back and fourth between the QML component and its rooted C++ class.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-28086 Code navigation: Add ability to navigate from QML code to C++ code
- Open