[Qt-creator] Cross language navigation?
Harri Pasanen
harri at mpaja.com
Wed May 16 16:28:47 CEST 2012
I wonder if there are any plans about adding Javascript/QML <--> C++
navigation?
So for instance if I have C++ object public slot call from QML :
myobject.myslot()
Then F2 on myslot() would open the corresponding C++ file.
Also find usage should imho find both C++ and QML usages of a slot.
(I'm not sure if it just me, but I often call from QML to C++, but never
explicitly back. Callbacks I'll do with property changes...).
Just wondering,
Harri
More information about the Qt-creator
mailing list