USB connected event using Qt in Linux OS
I am developing an application that will interact with USB devices. I want to pop up a message when a USB device is connected to the system. How can I do this using Qt. Is there any other library available to fire an event when a usb device is connected to the system.
I need an event or slot to when a new USB device connected to the system.
Re: USB connected event using Qt in Linux OS
Re: USB connected event using Qt in Linux OS
Re: USB connected event using Qt in Linux OS
Quote:
Originally Posted by
kuzulis
Use libudev
Is there any sample cod available using this libudev
Re: USB connected event using Qt in Linux OS