1

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.

New Moon
  • 787
  • 6
  • 21
  • 35
  • 3
    What exactly are you having problems with/trying to do? QWebPages all have a QWebHistory member for that, what are you trying to achieve that you can't? – Mat Jun 03 '12 at 05:57

1 Answers1

2

QWebHistory * QWebView::history ()

The Arora Browser is based in the QWebView... as mentioned here.

This browser is the foundation for the Arora Browser, a simple cross-platform Web browser.

I would look at how they implemented their history.

In the end, though I would look through accessing the elements of QWebHistory and figure out how you want to display them and maybe use the QWebHistoryInterface.

phyatt
  • 18,472
  • 5
  • 61
  • 80