Skip to content

R-Rudolph/QImgurUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QImgurUploader

Qt objects for uploading image files to imgur.com. Requires Qt 5.9

Usage

Register your application (see https://api.imgur.com) to get a client ID.

Include .pri file into the .pro file of your qt application

include(QImgurUploader/QImgurUploader.pri)

Include QImgurUploader and QImgurReply as needed

#include <QImgurUploader>
#include <QImgurReply>

Construct an QImgurUploader object (client ID required).

uploader = new QImgurUploader("XXXXXXXX");

Upload image files by calling QImgurUploader::upload. Once finished, the returned QImgurReply will parse the response.

About

Qt objects for uploading image files to imgur.com. Requires Qt 5.9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors