I’m new to Qt. I am Trying to create a Sample Browser Application. I had created the Browser application. Now i need to create the Web history for my application. I don’t know how to do it. can anyone please help me with this.
Thanks in advance.
I’m new to Qt. I am Trying to create a Sample Browser Application. I
Share
QWebHistory * QWebView::history ()The Arora Browser is based in the QWebView… as mentioned here.
I would look at how they implemented their history.
In the end, though I would look through accessing the elements of
QWebHistoryand figure out how you want to display them and maybe use theQWebHistoryInterface.