Nested Donuts Example▲
Sélectionnez
QT += charts
HEADERS += \
widget.h
SOURCES += \
main.cpp \
widget.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/nesteddonuts
INSTALLS += targetThis example shows how to create a nested donuts chart using the QPieSeries API.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
HEADERS += \
widget.h
SOURCES += \
main.cpp \
widget.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/nesteddonuts
INSTALLS += target