1 Star 0 Fork 1

东海龙子/QT_EMB_RES_PACK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
picture.h 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
东海龙子 提交于 2024-07-15 03:49 . 初步上传
#ifndef PICTURE_H
#define PICTURE_H
#include <QWidget>
class picture : public QWidget
{
Q_OBJECT
public: picture(void);
~picture();
bool push(void const *p_data, unsigned long size);
long Width(void);
long Height(void);
long BitCount(void);
private:
unsigned short str_to_hex16(const char *str);
unsigned long str_to_hex32(const char *str);
long bWidth;
long bHeight;
long bBitCount;
};
#endif // PICTURE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dhlz/qt_-emb_-res_-pack.git
[email protected]:dhlz/qt_-emb_-res_-pack.git
dhlz
qt_-emb_-res_-pack
QT_EMB_RES_PACK
master

搜索帮助