Legend Example▲
Sélectionnez
QT += charts
HEADERS += \
mainwidget.h
SOURCES += \
main.cpp \
mainwidget.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/legend
INSTALLS += targetThis example shows how to detach the legend from the chart and how to attach it back.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
HEADERS += \
mainwidget.h
SOURCES += \
main.cpp \
mainwidget.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/legend
INSTALLS += target