How to write a sample QT application that will be invoked by a Javascript?
-
wrote on 12 Feb 2014, 10:41 last edited by
I am trying to write a QT application - this application returns a string " I am QT". The method name is
get_qt(); I want to invoke this method from a JS file. This JS is a part of my html. How can I do so? Please do explain me with an example.
1/1