
QDeviceWatcher
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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)
8 years ago
2012
03-8:
Add wince support. Not test yet.
Add gui test application.
2011
09-12:
support linux(>=2.6) and windows
8 years ago
2012
03-8:
Add wince support. Not test yet.
Add gui test application.
2011
09-12:
support linux(>=2.6) and windows
TheRob
8 years ago
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?
Report
wangbin
8 years ago
Report
TheRob
8 years ago
Report
TheRob
8 years ago
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.
Report
wangbin
8 years ago
Report