Description: You can detect the hotplug events easily. It also can detect cd/dvd add/remove events. Just need QtCore module. It works fine on linux and windows. I have tested on my ubuntu and win7. Usually you just need the signals deviceAdded(const QString& device) and deviceRemoved(const QString& device)Last changelog:
2012 03-8: Add wince support. Not test yet. Add gui test application.
...to be exactly what I need!
I just have one question:
Does this have some kinda "enumerate devices"
type function?
Like if I want to quickly get a list of all devices
currently plugged in?
Oh... is there any way I can get notified by
changes to this project? like when you update
it I'd get a mail? I cannot find any way to
"subscribe" or anything like that.
Ratings & Comments
5 Comments
...to be exactly what I need! I just have one question: Does this have some kinda "enumerate devices" type function? Like if I want to quickly get a list of all devices currently plugged in?
Not support now. I will think about it.
Oh... is there any way I can get notified by changes to this project? like when you update it I'd get a mail? I cannot find any way to "subscribe" or anything like that.
You can watch the project, then you will see my updates in github. It seems like no email will be sent.
Nevermind :-| Rob is blind and lazy today, sry.