OpenGL Accelerated Series Example▲
Sélectionnez
QT += charts
HEADERS += \
datasource.h
SOURCES += \
datasource.cpp \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/openglseries
INSTALLS += targetThe example shows how to enable OpenGL acceleration for QLineSeries and QScatterSeries.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
QT += charts
HEADERS += \
datasource.h
SOURCES += \
datasource.cpp \
main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/charts/openglseries
INSTALLS += target