Scatter Interactions Example▲
Sélectionnez
QT += charts
HEADERS += \
chartview.h
SOURCES += \
chartview.cpp \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/scatterinteractions
INSTALLS += targetThis example shows how to create a simple scatter chart and how to interact with the chart.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
HEADERS += \
chartview.h
SOURCES += \
chartview.cpp \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/scatterinteractions
INSTALLS += target