• 大小: 14KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: 其他
  • 标签: qt  记事本  

资源简介

qt记事本源文件,实现了更换字体、颜色等功能。

资源截图

代码片段和文件信息

#include 
#include “mainwindow.h“
#include


int main(int argc char *argv[])
{
    QApplication a(argc argv);
    QTextCodec::setCodecForTr(QTextCodec::codecForLocale());
    MainWindow w;

    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1338  2013-09-28 08:47  notpad\image\copy.png

     文件       1323  2013-09-28 08:47  notpad\image\cut.png

     文件        852  2013-09-28 08:47  notpad\image\new.png

     文件       2073  2013-09-28 08:47  notpad\image\open.png

     文件       1645  2013-09-28 08:47  notpad\image\paste.png

     文件        247  2013-10-07 10:53  notpad\image\photo.qrc

     文件       1187  2013-09-28 08:47  notpad\image\save.png

     文件        276  2013-10-07 10:54  notpad\image.qrc

     文件        277  2013-10-07 11:04  notpad\main.cpp

     文件       8907  2013-10-11 14:12  notpad\mainwindow.cpp

     文件       1471  2013-10-07 11:05  notpad\mainwindow.h

     文件        332  2013-10-07 10:53  notpad\notpad.pro

     文件      20727  2013-10-11 14:28  notpad\notpad.pro.user

     目录          0  2013-11-08 14:46  notpad\image

     目录          0  2013-11-08 14:46  notpad

----------- ---------  ---------- -----  ----

                40655                    15


评论

共有 条评论