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

SatelliteInfo (C++/QML)

The SatelliteInfo example shows how the available satellites at the user's current position and marks the satellites currently contributing to the GPS fix as pink.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

SatelliteInfo (C++/QML)

 
Sélectionnez
TEMPLATE = app
TARGET = satelliteinfo

QT += quick positioning

SOURCES += main.cpp \
    satellitemodel.cpp

HEADERS += \
    satellitemodel.h

OTHER_FILES += \
    satelliteinfo.qml

RESOURCES += \
    satelliteinfo.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/positioning/satelliteinfo
INSTALLS += target

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