This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

QtWebView and c++ application



Hello

I am working on the AM335x EVM (while our custom hardware is being designed).  I have gone through the sample applications and like the approach that the matrix-gui uses of a predominantly HTML5 application.  However, I need to interface a c++ application to the QtWebview in order to interface to the hardware and the AM335x peripherals.  By this I mean that I have data I want to pass from the c++ side of the application into the HTML side in response to inputs from the hardware, and also pass data from user generated events on the HTML side into the c++ application so it can then control the hardware.  Can you point me towards any examples of how to efficiently do this for an embedded platform?

Thanks!