Qt 6.11 is out! See what's new in the release
blog
WebView Clear history
QML and Qt Quick
4
Posts
2
Posters
4.9k
Views
1
Watching
-
You can use:
@
QWebView* pWebView;
QWebHistory* pHistory = pWebView->history();
pHistory->clear();
@see "QWebView::history":http://doc.qt.nokia.com/4.7/qwebview.html#history and "QWebHistory::clear":http://doc.qt.nokia.com/4.7/qwebhistory.html#clear