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

Blocking Master Example

Shows how to use the synchronous API of QSerialPort in a worker thread.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Blocking Master Example

 
Sélectionnez
QT += widgets serialport
requires(qtConfig(combobox))

TARGET = blockingmaster
TEMPLATE = app

HEADERS += \
    dialog.h \
    masterthread.h

SOURCES += \
    main.cpp \
    dialog.cpp \
    masterthread.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/serialport/blockingmaster
INSTALLS += target

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