上传者: xiaohuolong1827
|
上传时间: 2022-01-28 18:05:01
|
文件大小: 5KB
|
文件类型: RAR
1.将这四个文件拷贝到QT工程文件夹下,
2.在QT creator里,将.cpp、.h、.ui文件添加到项目中
3.修改构造函数CImgPaint::CImgPaint(QWidget *parent) 中,输入图片的路径
4.程序include头文件,并在适当位置调用该ui类
CImgPaint *d = new CImgPaint(0);
d->show();