Blog
About
Posts with #pyqt4 tag
Fri 14 August 2009
Filesystem Watch with PyQt4
I decided to write a generic program that can watch a folder or some files and run a command when changes occur. Most of the work is done by PyQt4's QFileSystemWatcher. qfsw =...