views:

115

answers:

0

Hello all:

What I would like to implement is

1 Using Qt's WebView(part of QtWebKit) to access some page.

2 Show specified html page if got HTTP 4xx, 5xx status

(Ex> HTTP 404, 500).

3 Also shows specified page when network connection is unavailable.

For now, I had only done job 1... In job 2, how did I get http status from WebView ? In job 3, I'm looking about QUrl APIs now.

Anyone have idea or expreience yet ?