summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/transparent.qml
blob: 71e16214919e39f29086a28e901ec0ec66707a1d (plain)
1
2
3
4
5
6
<!-- The WebView background is transparent
     if the HTML does not specify a background -->

<Rect color="green" width="{Web.width}" height="{Web.height}">
    <WebView id="Web" html="Hello &lt;b&gt;World!&lt;/b&gt;"/>
</Rect>