• 大小: 15KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: 其他
  • 标签: c++    notebook  

资源简介

自己开发的记事本,实现了Windows里记事本的各种功能,希望对大家有所帮助。开发工具是Qt5.

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;
    w.show();
    
    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-08-09 19:41  notebook\
     目录           0  2013-08-09 19:41  notebook\images\
     文件         278  2013-08-09 15:06  notebook\images.qrc
     文件        1338  2013-03-11 07:11  notebook\images\copy.png
     文件        1323  2013-03-11 07:11  notebook\images\cut.png
     文件         852  2013-03-11 07:11  notebook\images\new.png
     文件        2073  2013-03-11 07:11  notebook\images\open.png
     文件        1645  2013-03-11 07:11  notebook\images\paste.png
     文件        1187  2013-03-11 07:11  notebook\images\save.png
     文件         187  2013-08-09 14:20  notebook\main.cpp
     文件        7169  2013-08-09 19:36  notebook\mainwindow.cpp
     文件         533  2013-08-09 19:31  notebook\mainwindow.h
     文件         386  2013-08-09 15:05  notebook\notebook.pro
     文件       17289  2013-08-09 14:20  notebook\notebook.pro.user

评论

共有 条评论