Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28086

Code navigation: Add ability to navigate from QML code to C++ code

    XMLWordPrintable

Details

    • 90368e2bb (master)

    Description

      // mycustomcomponent.h
      class MyCustomComponent : public QObject
      {
          Q_OBJECT
          QML_ELEMENT
          // ...
      };
      
      // main.qml
      Window {
          MyCustomComponent {} // "Follow Symbol Under Cursor" should open mycustomcomponent.h
      }
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qtqmlteam Qt Qml Team User
              skoh-qt Sze Howe Koh
              Votes:
              3 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes