Qt Usb

Qt Usb provides a simple way to exchange data with your USB devices.

Built on top of libusb-1.0

To use QtUsb in your application, add the following include statements:


  #include <QUsbInfo>
  #include <QUsbDevice>
  #include <QUsbTransfer>

To import the module, add this line to your qmake .pro file:


  QT += usb