Skip to content
/ qwget Public

Extremely simple blocking wrapper under QNetworkManager, allowing 'quick&dirty' data acquire from internet hosts

Notifications You must be signed in to change notification settings

trousev/qwget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwget

Extremely simple blocking wrapper under QNetworkManager, allowing 'quick&dirty' data acquire from internet hosts

usage

In Your .pro file, write:

qwget_root = ../qwget # or other place You've checked out qwget
include($$qwget_root/qwget.pri)

In Your code, write:

QWget wget;
QByteArray answer  = wget("http://google.com"); 
// Now, there is web page contents in answer variable

About

Extremely simple blocking wrapper under QNetworkManager, allowing 'quick&dirty' data acquire from internet hosts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published