当前位置: 代码迷 >> QT开发 >> QT,类似于管道这东西,该怎么解决
  详细解决方案

QT,类似于管道这东西,该怎么解决

热度:57   发布时间:2016-04-25 04:43:33.0
QT,类似于管道这东西
比如我,我用qt程序去读取一个.txt文件,当这个文件有改动时就响应,有什么 好的法子?

------解决方案--------------------
QFileSystemWatcher 类
------解决方案--------------------
不过这是在QT4.7
void QFileSystemWatcher::fileChanged ( const QString & path ) [signal]

This signal is emitted when the file at the specified path is modified, renamed or removed from disk.
  相关解决方案