-
UID:154557
-
- 注册时间2014-08-01
- 最后登录2018-06-25
- 在线时间1小时
-
- 发帖12
- 搜Ta的帖子
- 精华0
- 金钱130
- 威望22
- 贡献值0
- 好评度12
-
访问TA的空间加好友用道具
|
求解决~ libpng warning: iC P: known incorrect sRGB profile 下面是代码: ui->setupUi(this); //|创建对象 QPixmap * map=new QPixmap; //|加载png map->load(":/new/prefix1/mask.png",0,Qt::AvoidDither|Qt::ThresholdDither|Qt::ThresholdAlphaDither); //|设置大小 this->ui->pushButton->resize(map->size()); //|设置mask this->ui->pushButton->setMask(QBitmap(map->mask()));下面是报错: libpng warning: i C P: known incorrect sRGB profile运行结果图片没有显示 只有个 形状
|