这些类属于 Qt SVG module and provide SVG rendering features for applications that use widgets or graphics items. 更多...
| 用于渲染 SVG 文件内容的 QGraphicsItem | |
| 用于显示 SVG (可伸缩向量图形) 文件内容的 Widget |
使用
find_package()
and
target_link_libraries()
commands to locate and link the component:
find_package(Qt6 REQUIRED COMPONENTS SvgWidgets) target_link_libraries(mytarget PRIVATE Qt6::SvgWidgets)
To configure for qmake, add
svgwidgets
到
Qt
变量:
QT += svgwidgets