Qml Weather▲
Sélectionnez
QT += charts qml quick
SOURCES += \
main.cpp
RESOURCES += \
resources.qrc
DISTFILES += \
qml/qmlweather/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlweather
INSTALLS += targetThis is a basic demonstration showing how to use the different chart types by using qml.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts qml quick
SOURCES += \
main.cpp
RESOURCES += \
resources.qrc
DISTFILES += \
qml/qmlweather/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlweather
INSTALLS += target