资源简介
通过重写QLabel的方式来实现图片的显示,框选,保存。
支持多次框选,并且能够批量保存。
界面显示的时候,显示的是原图大小,如果图片太大,则可以通过移动滚动条来改变显示区域
代码片段和文件信息
#include “mainwindow.h“
#include
int main(int argc char *argv[])
{
QApplication a(argc argv);
MainWindow w;
w.show();
return a.exec();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 183 2020-06-10 19:53 TestQlabel\main.cpp
文件 4679 2020-06-10 19:54 TestQlabel\mainwindow.cpp
文件 641 2020-06-10 19:54 TestQlabel\mainwindow.h
文件 5692 2020-06-10 19:38 TestQlabel\mainwindow.ui
文件 1720 2020-06-10 19:54 TestQlabel\mylabel.cpp
文件 773 2020-06-10 19:54 TestQlabel\mylabel.h
文件 419 2020-06-10 15:35 TestQlabel\TestQlabel.pro
文件 23943 2020-06-10 19:53 TestQlabel\TestQlabel.pro.user
目录 0 2020-06-10 19:54 TestQlabel
----------- --------- ---------- ----- ----
38050 9
- 上一篇:数学建模竞赛训练学习笔记
- 下一篇:moveGraphicItem.rar
评论
共有 条评论