PDA

View Full Version : How to check directory changes in QFileDialog



tsuibin
14th February 2016, 09:05
I want go get a signal for directory changes in QFileDialog

how can I do ?


in terminal, I'm create a file abc,
how can i catch this create signal in qt ?

anda_skoa
14th February 2016, 12:06
QFileSystemWatcher can be used to get notified about such changes.

Cheers,
_