![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class exposing HistoryEntry to QML. More...
#include <qmlhistoryitem.h>
Public Member Functions | |
QmlHistoryItem (const HistoryEntry &entry, QObject *parent=nullptr) | |
Properties | |
int | id |
id of the history item More... | |
QString | url |
url of the history item More... | |
QString | title |
title of the history item More... | |
int | visitCount |
visit count of the history item More... | |
QDateTime | lastVisitTime |
last visit time of the history item More... | |
The class exposing HistoryEntry to QML.
Definition at line 26 of file qmlhistoryitem.h.
|
explicit |
Definition at line 21 of file qmlhistoryitem.cpp.
|
read |
id of the history item
Definition at line 1 of file qmlhistoryitem.h.
|
read |
last visit time of the history item
Definition at line 1 of file qmlhistoryitem.h.
|
read |
title of the history item
Definition at line 1 of file qmlhistoryitem.h.
|
read |
url of the history item
Definition at line 1 of file qmlhistoryitem.h.
|
read |
visit count of the history item
Definition at line 1 of file qmlhistoryitem.h.