Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Recognise if URL is not reachable
Forum Updated to NodeBB v4.3 + New Features

Recognise if URL is not reachable

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qwertyuiopearendil
    wrote on last edited by
    #1

    Hi All,
    I'm writing a Qt App that has a QWebView where i load at start up my main page. How can i understand if it doesn't respond? I didn't find any signal into QWebView class that permit it.
    Thanks.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      You could check the bool supplied by "loadFinished":http://doc.qt.nokia.com/4.7/qwebview.html#loadFinished
      This tells you if the load was successful. for more elaborate analysis you may use classes of the QNetwork.... group.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved