Home · All Classes · Modules

QFileSystemWatcher Class Reference
[QtCore module]

Inherits QObject.

Methods

Qt Signals


Detailed Description


Method Documentation

QFileSystemWatcher.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QFileSystemWatcher.__init__ (self, QStringList, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QFileSystemWatcher.addPath (self, QString)

QFileSystemWatcher.addPaths (self, QStringList)

QStringList QFileSystemWatcher.directories (self)

QStringList QFileSystemWatcher.files (self)

QFileSystemWatcher.removePath (self, QString)

QFileSystemWatcher.removePaths (self, QStringList)


Qt Signal Documentation

void directoryChanged (const QString&)

This is the default overload of this signal.

void fileChanged (const QString&)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0