FileSystemWatcher
Qt Base Class: QFileSystemWatcher
Signature: QFileSystemWatcher(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QFileSystemWatcher(self, paths: Sequence[str], parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ObjectMixin prettyqt.core.object |
||
QFileSystemWatcher PySide6.QtCore QFileSystemWatcher(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473299870656["core.FileSystemWatcher"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473288911536["QtCore.QFileSystemWatcher"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473299815024 --> 1473299870656
140713234304496 --> 1473299815024
1473288911536 --> 1473299870656
1473288842240 --> 1473288911536
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ObjectMixin
, QFileSystemWatcher
Interface for monitoring files and directories for modifications.
Source code in prettyqt\core\filesystemwatcher.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString |