변경 사항 Qt Charts
Qt 6는 프레임워크를 보다 효율적이고 사용하기 쉽게 만들기 위한 의식적인 노력의 결과입니다.
각 릴리스에서 모든 공개 API에 대해 바이너리 및 소스 호환성을 유지하려고 노력합니다. 하지만 Qt를 더 나은 프레임워크로 만들기 위해 몇 가지 변경이 불가피했습니다.
이 문서에서는 이러한 변경 사항을 Qt Charts 에 요약해 놓았습니다.
QtCharts 네임스페이스
Qt Charts 에는 더 이상 사용자 정의 QtCharts
네임스페이스가 없습니다. 대신, Qt 빌드에 대해 구성된 경우 일반 Qt 네임스페이스가 사용됩니다.
QML의 OpenGL 가속
이름에서 알 수 있듯이 AbstractSeries.useOpenGL 은 여전히 OpenGL 가속만 지원하므로, 일반적으로 Qt 6에서 기본값으로 정의된 것처럼 QML RHI 백엔드가 다른 것으로 정의된 경우 작동하지 않습니다. 예를 들어 환경 변수 QSG_RHI_BACKEND=opengl
를 사용하여 이 문제를 해결하려면 RHI OpenGL 백엔드를 강제로 사용하도록 설정하세요.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.