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

资源简介

利用第三方类的运行在window操作系统的串口收发程序,编程软件是qt4.

资源截图

代码片段和文件信息

#include 
#include “qtcomassist.h“

int main(int argc char *argv[])
{
QApplication a(argc argv);
QtComAssist w;
w.show();
a.connect(&a SIGNAL(lastWindowClosed()) &a SLOT(quit()));
return a.exec();
}

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

    .......       240  2008-11-06 23:12  QtComAssist\main.cpp

    .......      6528  2007-09-06 00:47  QtComAssist\qextserialbase.cpp

    .......      6873  2007-09-06 00:47  QtComAssist\qextserialbase.h

    .......      3260  2007-09-06 00:47  QtComAssist\qextserialport.cpp

    .......       867  2007-09-06 00:47  QtComAssist\qextserialport.h

    .......      5660  2008-11-20 14:18  QtComAssist\qtcomassist.cpp

    .......      1486  2008-11-20 14:03  QtComAssist\qtcomassist.h

    .......     11857  2008-11-20 11:01  QtComAssist\qtcomassist.ui

    .......     34848  2007-09-06 00:47  QtComAssist\win_qextserialport.cpp

    .......      4476  2007-09-06 00:47  QtComAssist\win_qextserialport.h

     目录          0  2008-12-06 00:23  QtComAssist

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

                76095                    11


评论

共有 条评论

相关资源