资源简介

Qt串口助手 新生学习源代码 大神勿喷 学习使用 C++程序

资源截图

代码片段和文件信息

#include “widget.h“
#include 

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

    return a.exec();
}

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

     文件         92  2018-04-18 18:48  SerialPort1\image.qrc

     文件        175  2018-04-18 16:21  SerialPort1\main.cpp

     文件        429  2018-04-18 18:47  SerialPort1\SerialPort1.pro

     文件      23618  2018-04-18 18:49  SerialPort1\SerialPort1.pro.user

     文件       4286  2018-04-18 18:47  SerialPort1\test.ico

     文件      35729  2018-04-18 18:46  SerialPort1\test.jpg

     文件       3185  2018-04-18 18:44  SerialPort1\widget.cpp

     文件       1020  2018-04-18 18:38  SerialPort1\widget.h

     文件       5426  2018-04-18 18:48  SerialPort1\widget.ui

     目录          0  2018-04-18 18:49  SerialPort1

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

                73960                    10


评论

共有 条评论