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

QML Bluetooth Picture Push Example

An example showing the use Bluetooth Object Push Profile (OPP).

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QML Bluetooth Picture Push Example

 
Sélectionnez
QT += quick bluetooth

TARGET = qml_picturetransfer
TEMPLATE = app

RESOURCES += \
    qmltransfer.qrc

OTHER_FILES += \
    bttransfer.qml \
    Button.qml \
    DeviceDiscovery.qml \
    PictureSelector.qml \
    FileSending.qml

HEADERS += \
    filetransfer.h

SOURCES += \
    filetransfer.cpp \
    main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/bluetooth/picturetransfer
INSTALLS += target

EXAMPLE_FILES += \
    icon.png

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