summaryrefslogtreecommitdiff
path: root/examples/declarative/webview/inline-html.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/webview/inline-html.qml')
-rw-r--r--examples/declarative/webview/inline-html.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/declarative/webview/inline-html.qml b/examples/declarative/webview/inline-html.qml
deleted file mode 100644
index eec7fc6f76..0000000000
--- a/examples/declarative/webview/inline-html.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import Qt 4.7
-import org.webkit 1.0
-
-// Inline HTML with loose formatting can be
-// set on the html property.
-WebView {
- html:"\
- <body bgcolor=white>\
- <table border=1>\
- <tr><th><th>One<th>Two<th>Three\
- <tr><th>1<td>X<td>1<td>X\
- <tr><th>2<td>0<td>X<td>0\
- <tr><th>3<td>X<td>1<td>X\
- </table>"
-}