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

WebEngine Widgets Maps Example

Demonstrates how to handle geolocation requests.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

WebEngine Widgets Maps Example

 
Sélectionnez
TEMPLATE = app

QT += webenginewidgets

HEADERS += \
    mainwindow.h

SOURCES += main.cpp \
    mainwindow.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/maps
INSTALLS += target

!qtConfig(webengine-geolocation) {
    error('Qt WebEngine compiled without geolocation support, this example will not work.')
}

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