USB Device Detection in qt
Unsolved
General and Desktop
-
Hi,
I want to create an interface which detects the USB device along with its info when connected to the USB port of my system so that i can notify user the device has been connected and also when it is disconnected. Also is there a direct way to do the same in QT -
Hi,
I want to create an interface which detects the USB device along with its info when connected to the USB port of my system so that i can notify user the device has been connected and also when it is disconnected. Also is there a direct way to do the same in QT@Kira As far as I know Qt does not provide anything USB specific.
Take a look at this library: http://libusb.info/ -
Hi,
KDE's Solid framework will likely be of interest.