src/eric7/Documentation/Source/index-eric7.EricCore.html

Wed, 10 Apr 2024 16:45:06 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 10 Apr 2024 16:45:06 +0200
branch
eric7
changeset 10679
4d3e0ce54322
parent 10479
856476537696
child 10816
236d97cba7c5
permissions
-rw-r--r--

General
- Changed code from using `QFileSystemWatcher` to our own implementation (`EricFileSystemWatcher`) based on the `watchdog` Python package in order to get more fine grained control over the reported changes.

<!DOCTYPE html>
<html><head>
<title>eric7.EricCore</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.EricCore</h1>
<p>
Package implementing some special Core elements.
</p>
<p>
They extend or amend the standard elements as found in QtCore.
</p>



<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.EricCore.EricFileSystemWatcher.html">EricFileSystemWatcher</a></td>
<td>Module implementing a QFileSystemWatcher replacement based on the 'watchdog' package.</td>
</tr>
<tr>
<td><a href="eric7.EricCore.EricTreeSortFilterProxyModel.html">EricTreeSortFilterProxyModel</a></td>
<td>Module implementing a modified QSortFilterProxyModel.</td>
</tr>
</table>
</body></html>

eric ide

mercurial