Minimal Map (QML)▲
Sélectionnez
TEMPLATE = app
QT += location
SOURCES += main.cpp
RESOURCES += qml.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/location/minimal_map
INSTALLS += targetThe minimum code to display a map using Qt Quick.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
TEMPLATE = app
QT += location
SOURCES += main.cpp
RESOURCES += qml.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/location/minimal_map
INSTALLS += target