Callout Example▲
Sélectionnez
QT += charts
HEADERS += \
callout.h \
view.h
SOURCES += \
callout.cpp \
main.cpp\
view.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/callout
INSTALLS += targetThis example shows how to draw an additional element (a callout) on top of 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 += \
callout.h \
view.h
SOURCES += \
callout.cpp \
main.cpp\
view.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/callout
INSTALLS += target