I'm relatively new to Qt and I've been hoping to write an application that is cross-platform, but uses USB to communicate to a device. I'm curious how this might work in Qt. Does Qt have a means of talking to USB (hearing plug/unplug events, communicatoin, etc.) or do I need to solve that problem for each platform?