• 大小: 2.01MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-20
  • 语言: 其他
  • 标签: QT  MyPaint  

资源简介

用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个文件信息

评论

共有 条评论