资源简介
用QT实现基本的画图功能,画笔,橡皮檫,椭圆,矩形,圆形,文字编辑等,恢复功能还未实现。

代码片段和文件信息
#include “help.h“
#include “ui_help.h“
help::help(QWidget *parent) :
QDialog(parent)
ui(new Ui::help)
{
ui->setupUi(this);
}
help::~help()
{
delete ui;
}
void help::on_buttonBox_accepted()
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-07-06 15:49 MyPaint_hxj\
目录 0 2019-07-06 15:49 MyPaint_hxj\debug\
文件 326363 2019-07-06 12:57 MyPaint_hxj\debug\help.o
文件 373037 2019-07-06 12:57 MyPaint_hxj\debug\main.o
文件 3300 2019-07-06 12:57 MyPaint_hxj\debug\moc_help.cpp
文件 180534 2019-07-06 12:57 MyPaint_hxj\debug\moc_help.o
文件 7784 2019-07-06 12:57 MyPaint_hxj\debug\moc_Mypaint.cpp
文件 350059 2019-07-06 12:57 MyPaint_hxj\debug\moc_Mypaint.o
文件 6769 2019-07-05 18:07 MyPaint_hxj\debug\moc_yangpaint.cpp
文件 348868 2019-07-05 18:07 MyPaint_hxj\debug\moc_yangpaint.o
文件 1834518 2019-07-06 15:49 MyPaint_hxj\debug\MyPaint.exe
文件 708794 2019-07-06 15:49 MyPaint_hxj\debug\Mypaint.o
文件 244136 2019-07-06 02:22 MyPaint_hxj\debug\qrc_rec.cpp
文件 50709 2019-07-06 02:22 MyPaint_hxj\debug\qrc_rec.o
文件 1365314 2019-07-05 18:39 MyPaint_hxj\debug\YangPaint.exe
文件 702384 2019-07-05 18:06 MyPaint_hxj\debug\yangpaint.o
文件 233 2019-07-05 19:17 MyPaint_hxj\help.cpp
文件 308 2019-07-06 12:57 MyPaint_hxj\help.h
文件 2487 2019-07-05 19:17 MyPaint_hxj\help.ui
目录 0 2019-07-06 11:57 MyPaint_hxj\images\
文件 454 2019-07-06 01:16 MyPaint_hxj\images\(KB)7_B9)}R7~U}K$NC7WF4 - 副本.png
文件 454 2019-07-06 01:16 MyPaint_hxj\images\(KB)7_B9)}R7~U}K$NC7WF4.png
文件 884 2018-05-12 15:46 MyPaint_hxj\images\1.png
文件 573 2019-07-06 01:16 MyPaint_hxj\images\6A{2J3B{[]AN67(]3UBJ}06.png
文件 504 2018-05-07 18:06 MyPaint_hxj\images\ellipse.png
文件 3384 2019-07-05 19:02 MyPaint_hxj\images\eraser.jpg
文件 401 2018-05-07 18:57 MyPaint_hxj\images\line.png
文件 990 2018-05-07 11:12 MyPaint_hxj\images\lines.png
文件 852 2015-05-30 05:30 MyPaint_hxj\images\new.png
文件 852 2015-05-30 05:30 MyPaint_hxj\images\new1.png
文件 663 2018-04-30 15:59 MyPaint_hxj\images\open.png
............此处省略26个文件信息
相关资源
- 酒店管理系统基于Qt Creator5)
- vtk QT做的三维地质可视化系统2of2
- Qt局域网聊天软件
- Qt Creator opengl实现四元数鼠标控制轨迹
- QT局域网聊天系统(基于QT5.修改过)
- qt-电子点菜系统
- C 餐厅叫号系统(QT平)
- QT 实现文件下载
- qt图像处理
- QT,JPEG解码源代码(已完成)
- Qt 播放音频文件
- Qt 读取16进制的data文件
- MQTT+串口(usart)透传
- 易语言QQTEA算法源码
- VC工程转Qt工程文件的工具
- MQTT推送Demo
- 基于Linux、QT的视频监控系统的设计与
- Qt 百度地图 定位
- QT酷炫界面开发指南《QmlBook》
- Ubuntu下操作Excel,qt代码
- Qt图片浏览器 --基于Qt的Graphics View f
- qtnribbon2破解
- Qt软件开发 完整项目代码
- MQTT_3.1protocol_Specific中文版
- 在QT中使用RTP进行视频的采集和传输
- Mini6410 Qt4和Qtopia编程开发指南
- Qt实现Code39条形码
- qt_ffmpeg_mp4_export_and_import.zip
- QT5.5入门与项目实战
- Huffman Compress 霍夫曼编码 压缩 解压缩
评论
共有 条评论