DateTimeAxis Example▲
Sélectionnez
QT += charts
SOURCES += \
main.cpp
RESOURCES += \
sundata.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/charts/datetimeaxis
INSTALLS += targetThe example shows how to use QLineChart with QDateTimeAxis.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
SOURCES += \
main.cpp
RESOURCES += \
sundata.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/charts/datetimeaxis
INSTALLS += target