QString variable to Javascript: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 16:39, 14 January 2015

Small snippet showing how to call two javascript functions, one without any param, and one with a QString param…

This is a simple html to test with

Now using the Designer, load this page to a QWebView in your mainwindow. And in the mainwindow.cpp

Categories: