This template pvserver can be found in pvbaddon.tar.gz directory pvbaddon/templates/weblayout
It shows how to combine HTML widgets based on Webkit with other widgets supported by pvbrowser. The centerWidget shows SVG and the rightWidget shows normal Qt widgets. You could exchange the centerWidget with a Table for example. The HTML widgets can use a real webserver or HTML files downloaded with pvDownloadFile(p,"file.html"); The HTML widgets can use HTML, CSS ... as supported by WebKit. Clicking on hyperlinks will result in TEXT_EVENTS that can be handled in pvserver. The size of the widgets is automatically adjusted by layout managent provided by Qt.
Please use our templates/examples as starting point for your own visualization.
Have a lot of fun your's pvbrowser community.