• 大小: 3KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-04
  • 语言: 其他
  • 标签: Qt  

资源简介

Qt——txt文件选择、读取与写入 - CSDN博客 https://blog.csdn.net/qq_35451572/article/details/82630059

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

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

    return a.exec();
}

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

     文件        183  2018-09-11 16:39  read_write_txt\main.cpp

     文件       1266  2018-09-11 18:39  read_write_txt\mainwindow.cpp

     文件        471  2018-09-11 18:39  read_write_txt\mainwindow.h

     文件       2590  2018-09-11 18:39  read_write_txt\mainwindow.ui

     文件       1060  2018-09-11 16:39  read_write_txt\read_write_txt.pro

     目录          0  2018-09-11 22:40  read_write_txt

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

                 5570                    6


评论

共有 条评论