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

Places (QML)

The Places example demonstrates how to search for Places and access related content.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Places (QML)

 
Sélectionnez
TARGET = qml_location_places
TEMPLATE = app

QT += qml quick network positioning location
SOURCES += main.cpp

RESOURCES += \
    places.qrc

OTHER_FILES += \
    places.qml \
    helper.js \
    items/MainMenu.qml \
    items/SearchBar.qml \
    items/MapComponent.qml \
    forms/Message.qml \
    forms/MessageForm.ui.qml \
    forms/SearchCenter.qml \
    forms/SearchCenterForm.ui.qml \
    forms/SearchBoundingBox.qml \
    forms/SearchBoundingBoxForm.ui.qml \
    forms/SearchBoundingCircle.qml \
    forms/SearchBoundingCircleForm.ui.qml \
    forms/PlaceDetails.qml \
    forms/PlaceDetailsForm.ui.qml \
    forms/SearchOptions.qml \
    forms/SearchOptionsForm.ui.qml \
    views/SuggestionView.qml \
    views/RatingView.qml \
    views/CategoryView.qml \
    views/CategoryDelegate.qml \
    views/SearchResultDelegate.qml \
    views/SearchResultView.qml \
    views/EditorialView.qml \
    views/EditorialDelegate.qml \
    views/EditorialPage.qml \
    views/ReviewView.qml \
    views/ReviewDelegate.qml \
    views/ReviewPage.qml \
    views/ImageView.qml

target.path = $$[QT_INSTALL_EXAMPLES]/location/places
INSTALLS += target

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