43 Q_PROPERTY(QString
url READ
url CONSTANT)
94 QString
title()
const;
The class exposing the bookmark item to QML.
int visitCount
visit count of bookmark tree node.
QmlBookmarkTreeNode * parent
parent of bookmark tree node.
bool unmodifiable
checks if bookmark tree node is unmodifiable.
@ Invalid
Represents invalid bookmark item.
@ Folder
Represents the bookmark folder.
@ Separator
Represents the bookmark separator.
@ Url
Represents the single bookmark item of type url.
@ Root
Represents the root bookmark item.
QString description
description of bookmark tree node.
QList< QObject * > children
gets children of bookmark tree node.
QmlBookmarkTreeNode(BookmarkItem *item=nullptr)
QString title
title of bookmark tree node.
QString url
url of bookmark tree node.
QString keyword
keyword of bookmark tree node.
Type type
type of bookmark tree node.