aboutsummaryrefslogtreecommitdiff
path: root/test/bookmarks.xbel
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-02-10 16:19:21 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-02-10 16:19:21 +0100
commit29a46bbf2d36b8abc419348f33aa7f1f91043be5 (patch)
tree5151e249cde21f4d5cbcc564c18276a39c9a4ea5 /test/bookmarks.xbel
parentAdded git flag in qbs (#9) (diff)
downloadsmolbote-29a46bbf2d36b8abc419348f33aa7f1f91043be5.tar.xz
Bookmark improvements
Added icons to bookmark tree Bookmarks can now be rearranged Add/remove items from bookmark tree
Diffstat (limited to 'test/bookmarks.xbel')
-rw-r--r--test/bookmarks.xbel40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/bookmarks.xbel b/test/bookmarks.xbel
new file mode 100644
index 0000000..66fbc25
--- /dev/null
+++ b/test/bookmarks.xbel
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE xbel>
+<xbel version="1.0">
+ <folder folded="no">
+ <title>Bookmarks Bar</title>
+ <bookmark href="http://qt.io/">
+ <title>Qt Home Page</title>
+ </bookmark>
+ <bookmark href="http://doc.qt.io/">
+ <title>Qt Documentation</title>
+ </bookmark>
+ <bookmark href="http://planet.qt.io/">
+ <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://wiki.qt.io/OnlineCommunities">
+ <title>Online Communities</title>
+ </bookmark>
+ <bookmark href="http://www.chromium.org/">
+ <title>The Chromium Projects</title>
+ </bookmark>
+ <bookmark href="http://xkcd.com/">
+ <title>xkcd</title>
+ </bookmark>
+ <bookmark href="http://twitter.com/qtproject">
+ <title>Twitter</title>
+ </bookmark>
+ </folder>
+ <folder folded="no">
+ <title>Bookmarks Menu</title>
+ <bookmark href="http://reddit.com/">
+ <title>reddit.com: what's new online!</title>
+ </bookmark>
+ </folder>
+</xbel>