summaryrefslogtreecommitdiffstats
path: root/examples/widgets/browser/data/defaultbookmarks.xbel
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-05 16:37:31 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-20 18:15:09 +0200
commitccfeac7d1e474408e2cae169714326f6198eb17c (patch)
tree56d245e3277c2a455589f7d30b3bff9e5a8fb5b7 /examples/widgets/browser/data/defaultbookmarks.xbel
parent0498dc995ddac96009c5ef496545cdd6f49f367f (diff)
Import the demo browser into widget examples.
Import the sources as-is, without adding it to the build, to allow performing diffs later on the changes that were needed to port it to use QtWebEngine and manage source compatibility issues. Change-Id: Icf8a284881ce2153e9b5a1ba97dbe77096f1b88d Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'examples/widgets/browser/data/defaultbookmarks.xbel')
-rw-r--r--examples/widgets/browser/data/defaultbookmarks.xbel43
1 files changed, 43 insertions, 0 deletions
diff --git a/examples/widgets/browser/data/defaultbookmarks.xbel b/examples/widgets/browser/data/defaultbookmarks.xbel
new file mode 100644
index 000000000..7a95e36b3
--- /dev/null
+++ b/examples/widgets/browser/data/defaultbookmarks.xbel
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE xbel>
+<xbel version="1.0">
+ <folder folded="yes">
+ <title>Bookmarks Bar</title>
+ <bookmark href="http://qt-project.org/">
+ <title>Qt Home Page</title>
+ </bookmark>
+ <bookmark href="http://webkit.org/">
+ <title>WebKit.org</title>
+ </bookmark>
+ <bookmark href="http://qt-project.org/doc/">
+ <title>Qt Documentation</title>
+ </bookmark>
+ <bookmark href="http://qt-project.org/quarterly/">
+ <title>Qt Quarterly</title>
+ </bookmark>
+ <bookmark href="http://planet.qt-project.org/">
+ <title>Qt Blog</title>
+ </bookmark>
+ <bookmark href="http://www.qtcentre.org/">
+ <title>Qt Centre</title>
+ </bookmark>
+ <bookmark href="http://qt-apps.org/">
+ <title>Qt-Apps.org</title>
+ </bookmark>
+ <bookmark href="http://qt-project.org/wiki/OnlineCommunities/">
+ <title>Online Communities</title>
+ </bookmark>
+ <bookmark href="http://xkcd.com/">
+ <title>xkcd</title>
+ </bookmark>
+ <bookmark href="http://twitter.com/qtproject">
+ <title>Twitter</title>
+ </bookmark>
+ </folder>
+ <folder folded="yes">
+ <title>Bookmarks Menu</title>
+ <bookmark href="http://reddit.com/">
+ <title>reddit.com: what's new online!</title>
+ </bookmark>
+ </folder>
+</xbel>