Posts with #pyqt4 tag

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 =...