Kretanje u QML kodu
Pronađite QML metode i tipove te prijeđite na C++ implementaciju QML tipa.
Lokirajte QML metode
Za lociranje QML metode:
- Odaberite Ctrl+K za aktivaciju locatora.
- Upisati m, zatim razmak.

- Dvostruko kliknite na QML metodu u popisu kako biste prešli na nju u uređivaču.
Pronađite QML tipove
Da biste pronašli instance QML tipa u projektu, postavite pokazivač na tip i učinite jedno od sljedećeg:
- Odaberite Ctrl+Shift+U.
- Idite na Tools > QML/JS > Find References to Symbol Under Cursor.
Inspektiraj QML i JavaScript
Za pregled svojstava, metoda i enuma u QML-u i JavaScriptu, postavite pokazivač na njih i idite na Tools > QML/JS > Inspect API for Element Under Cursor.
Prelazak između QML-a i C++-a
Da biste prešli na C++ implementaciju QML tipa u uređivaču koda, postavite pokazivač na tip i učinite jedno od sljedećeg:
- Odaberite F2.
- Idite na Follow Symbol Under Cursor u kontekstnom izborniku.
Vidi također Kako: Uređivanje koda, Clangd, način uređivanja i Kretanje pomoću locatora.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.