Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
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
- is duplicated by
-
QTCREATORBUG-28271 I'd be great if I can jump to the class definition from .qml
- Closed
- is required for
-
QTCREATORBUG-28113 Suggestions pick list
- Reported