IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Reddit Example

Demonstrates authenticating with OAuth 2 to access Reddit.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Reddit Example

 
Sélectionnez
QT += widgets network networkauth
requires(qtConfig(listview))

TARGET = redditclient

# Input
SOURCES += main.cpp \
    redditmodel.cpp \
    redditwrapper.cpp

HEADERS += \
    redditmodel.h \
    redditwrapper.h

# install
target.path = $$[QT_INSTALL_EXAMPLES]/oauth/redditclient
INSTALLS += target

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+