Pass data to WebBrowserComponent?

Hello guys, just wondering if anyone has any tips of how to pass data to a WebBrowserComponent.

I basically just wanna fill some html tables with some data.

In QT there’s this useful thing called Webkit Plugin:
http://qt-project.org/doc/qt-4.8/webkit-webplugin.html

It allows to even execute stuff directly.

Right now i hacked something with the pageAboutToLoad thing (dostuff:://url), but i think there must be a better way.

Thanks in advance.