Zoom Line Example▲
Sélectionnez
QT += charts
HEADERS += \
chart.h \
chartview.h
SOURCES += \
main.cpp \
chart.cpp \
chartview.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/zoomlinechart
INSTALLS += targetThe example shows how to create your own custom zooming effect.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
HEADERS += \
chart.h \
chartview.h
SOURCES += \
main.cpp \
chart.cpp \
chartview.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/zoomlinechart
INSTALLS += target