Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, June 2007
No QFileDialog w/o inotify on linux anymore (QT-4.3.0)


Message 1 in thread

Hi All!
Is it correct, that one cannot use a QFileDialog w/o inotify (or some
other QFilesystemWatcher implementation) support anymore with qt-4.3?

This would be bad news for anyone still using a glibc version < 2.4
(inotify support was included in glibc with version 2.4).

Thanks,
Rolf

--
 [ signature omitted ] 

Message 2 in thread

On 04.06.07 17:18:50, Rolf Offermanns wrote:
> Is it correct, that one cannot use a QFileDialog w/o inotify (or some
> other QFilesystemWatcher implementation) support anymore with qt-4.3?
> 
> This would be bad news for anyone still using a glibc version < 2.4
> (inotify support was included in glibc with version 2.4).

If inotify support is lacking QFileSystemWatcher will fall back to a
polling method, as per the API documentation. So if QFileDialog uses
QFSWatcher it should still work, although possibly not very fast on
network-shares.

Andreas

-- 
 [ signature omitted ]