Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to retrieve a HTML page ?

How to retrieve a HTML page ?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.6k Views
  • 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.
  • M Offline
    M Offline
    Mr ME
    wrote on last edited by
    #1

    Hi,
    I want to retrieve a html page and then process its content. But what I'd like to know is which (undeprecated) APIs I can use to retrive a web page's content ? And maybe I should use some other APIs before the API that does the job, like some functions that are needed to establish a connection first. So, any broader answer would be appreciated. Thanks.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You should have a look at "QNetworkAccessManager":http://doc.trolltech.com/4.7/qnetworkaccessmanager.html, "QNetworkRequest":http://doc.trolltech.com/4.7/qnetworkrequest.html and "QNetworkReply":http://doc.trolltech.com/4.7/qnetworkreply.html

      Look at the "Detailed Description" of QNetworkAccessManager, this might be already what you want or gives you a good start.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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