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

    • 90368e2bb (master), a55ba25a5 (17.0)

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

        For Gerrit Dashboard: QTCREATORBUG-28086
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved: