How to create a connection with web page in QT C++ ?
-
wrote on 24 Jun 2013, 19:18 last edited by
hey guys can anyone tell me how can I connect to a web page in QT C++ and get all of its html ? actually I want to get the paragraphs from the html like a string and i wrote the program that gets the paragraphs from the html if the html page is saved on your computer but i am having hard time in making it to get the html from the online page ...... so plea
-
wrote on 24 Jun 2013, 19:34 last edited by
Check out the "simple tutorial how to download data from an URL":http://qt-project.org/wiki/Download_Data_from_URL
1/2