TpImageWidget 类
V0.2.1TpGUIWidgets
2025-11-04
介绍
图片资源查看窗体
继承关系
基础信息
| 头文件: | include <TpImageWidget.h> |
|---|---|
| Cmake: | None |
| 发布版本: | V0.2.1 |
| 继承类: | TpDialog |
| 派生类: |
Public 成员函数
| TpImageWidget() | ||
|---|---|---|
| ~TpImageWidget() | ||
| setImageFilePath(const TpString &filePath) | 设置图片资源路径,支持png, jpg, bmp, xpm, web, tiff, SVG |
成员函数说明
TpImageWidget::TpImageWidget()
暂无注释...
virtual TpImageWidget::~TpImageWidget()
暂无注释...
void TpImageWidget::setImageFilePath(const TpString &filePath)
设置图片资源路径,支持png, jpg, bmp, xpm,...
设置图片资源路径,支持png, jpg, bmp, xpm, web, tiff, SVG
参数:filePath: 图片资源路径
