Accessing QObjects from javascript using Qt5 - SOLVED
-
Can someone point me to a working example of how to access QObjects from javascript? The few examples I have found do not compile with Qt5 - I am guessing the api has changed? I understand the javascript side, but I need to understand the setup from the Qt application.
-
Ah, I found it. My c++ object was not being derived from QObject, and so it did not find the connect method. Working now.