• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import QtWebKit 1.0
2
3WebView {
4    html: "<p>This is a <b>string</b> set on the WebView"
5}
6