Qml Axes▲
Sélectionnez
QT += charts qml quick
SOURCES += \
main.cpp
RESOURCES += \
resources.qrc
DISTFILES += \
qml/qmlaxes/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlaxes
INSTALLS += targetThis is a demonstration of how to use axes in your QML application.
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/qmlaxes/*
target.path = $$[QT_INSTALL_EXAMPLES]/charts/qmlaxes
INSTALLS += target