Re: [PyQt] QWebView.page() and setPage()

2013-02-05 Thread Detlev Offenbach
On Sunday 03 February 2013, 18:13:00 Jiangcheng Bao wrote: > I am trying to store a current page held by QWebView away, then after > loading and processing a different page, restore the previous page, > without having to actually request it again, but it seems that by > doing the following, the a

[PyQt] QWebView.page() and setPage()

2013-02-03 Thread Jiangcheng Bao
I am trying to store a current page held by QWebView away, then after loading and processing a different page, restore the previous page, without having to actually request it again, but it seems that by doing the following, the application lost my original page, and still gives me back the new one