• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: QT5  USB监听  

资源简介

QT5下实现USB设备插入或移去的监听!

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 

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

    return a.exec();
}

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

     文件        183  2016-11-12 23:52  wmevent_test\main.cpp

     文件       3726  2016-11-13 00:38  wmevent_test\mainwindow.cpp

     文件        436  2016-11-12 23:57  wmevent_test\mainwindow.h

     文件        654  2016-11-12 23:52  wmevent_test\mainwindow.ui

     文件        385  2016-11-12 23:52  wmevent_test\wmevent_test.pro

     文件      23860  2016-11-13 00:00  wmevent_test\wmevent_test.pro.user

     目录          0  2016-11-13 00:39  wmevent_test

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

                29244                    7


评论

共有 条评论