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

Mon, 17 Feb 2025 17:09:25 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Feb 2025 17:09:25 +0100
branch
eric7
changeset 11141
2f5f73c51c7c
parent 10928
46651e194fbe
permissions
-rw-r--r--

Code Style Checker
- Added a checker for nested f-strings based on `flake8-nested-fstrings` v1.1.0.

<!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.EricPreferences.html">EricPreferences</a></td>
<td>Module implementing the preferences for the eric library.</td>
</tr>
<tr>
<td><a href="eric7.EricCore.EricProcess.html">EricProcess</a></td>
<td>Module implementing a QProcess derived class with a timeout and convenience signals.</td>
</tr>
<tr>
<td><a href="eric7.EricCore.EricStdRedirector.html">EricStdRedirector</a></td>
<td>Module implementing a redirector for stderr and stdout to be able to send data written to these streams via Qt signals.</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