Qml Charts Example▲
Sélectionnez
QT += charts qml quick
SOURCES += \
main.cpp
RESOURCES += \
resources.qrc
DISTFILES += \
qml/qmlchart/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlchart
INSTALLS += targetThis basic demonstration shows 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/qmlchart/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlchart
INSTALLS += target