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

Qt SCXML FTP Client Example

Implements a simple FTP client using a state machine.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt SCXML FTP Client Example

 
Sélectionnez
QT = core scxml network

TARGET = ftpclient

TEMPLATE = app
STATECHARTS += simpleftp.scxml

SOURCES += \
    main.cpp \
    ftpcontrolchannel.cpp \
    ftpdatachannel.cpp

HEADERS += \
    ftpcontrolchannel.h \
    ftpdatachannel.h

target.path = $$[QT_INSTALL_EXAMPLES]/scxml/ftpclient
INSTALLS += target

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