Qt SVG Widgets C++ Classes

이러한 클래스는 Qt SVG 모듈의 일부이며 위젯이나 그래픽 항목을 사용하는 애플리케이션을 위한 SVG 렌더링 기능을 제공합니다. 더 보기...

클래스

QGraphicsSvgItem

SVG 파일의 내용을 렌더링하는 데 사용할 수 있는 QGraphicsItem

QSvgWidget

확장 가능한 벡터 그래픽(SVG) 파일의 내용을 표시하는 데 사용되는 위젯입니다.

자세한 설명

CMake로 빌드하기

find_package()target_link_libraries() 명령을 사용하여 컴포넌트를 찾아 링크합니다:

find_package(Qt6 REQUIRED COMPONENTS SvgWidgets)
target_link_libraries(mytarget PRIVATE Qt6::SvgWidgets)

qmake로 빌드하기

qmake를 사용하도록 구성하려면 Qt 변수에 svgwidgets 을 추가합니다:

QT += svgwidgets

© 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.