I guess QFileSystemWatcher only works on "normal" files. I wanted to use it to monitor files in /proc/net/ so I can determine when certain network interfaces become active/deactive
I could use QFileSystemWatcher on something in /var/log to tell me about network changes, but you have to have root privileges to do so.
I've done a lot of googling to see how to get this kind of notification in my program but nothing yet. Anybody here have an idea.
Thanks in advance


Reply With Quote


QtDBus should be available on every unix platform where HAL is working. HAL is a DBus service.

Bookmarks