src/eric7/Documentation/Source/eric7.UI.FindFileFiltersEditDialog.html

branch
eric7
changeset 10494
8db0328580d7
parent 10493
f795d68d8e09
diff -r f795d68d8e09 -r 8db0328580d7 src/eric7/Documentation/Source/eric7.UI.FindFileFiltersEditDialog.html
--- a/src/eric7/Documentation/Source/eric7.UI.FindFileFiltersEditDialog.html	Wed Jan 10 09:44:42 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.FindFileFiltersEditDialog.html	Wed Jan 10 10:42:39 2024 +0100
@@ -61,7 +61,7 @@
 <td>Private method to adjust the column widths.</td>
 </tr>
 <tr>
-<td><a href="#FindFileFiltersEditDialog.__getFiltersList">__getFiltersList</a></td>
+<td><a href="#FindFileFiltersEditDialog.__getFilterNames">__getFilterNames</a></td>
 <td>Private method to get the list of defined filter names.</td>
 </tr>
 <tr>
@@ -111,7 +111,8 @@
 
 <dt><i>filters</i> (dict)</dt>
 <dd>
-dictionary containing the existing file filters
+dictionary with the filter name as key and a list of
+            file name patterns as value
 </dd>
 <dt><i>parent</i> (QWidget (optional))</dt>
 <dd>
@@ -125,9 +126,9 @@
         Private method to adjust the column widths.
 </p>
 
-<a NAME="FindFileFiltersEditDialog.__getFiltersList" ID="FindFileFiltersEditDialog.__getFiltersList"></a>
-<h4>FindFileFiltersEditDialog.__getFiltersList</h4>
-<b>__getFiltersList</b>(<i>forEdit=False</i>)
+<a NAME="FindFileFiltersEditDialog.__getFilterNames" ID="FindFileFiltersEditDialog.__getFilterNames"></a>
+<h4>FindFileFiltersEditDialog.__getFilterNames</h4>
+<b>__getFilterNames</b>(<i>forEdit=False</i>)
 <p>
         Private method to get the list of defined filter names.
 </p>
@@ -176,7 +177,8 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-dictionary containing the defined file filters
+dictionary containing the defined file filters with the
+            filter name as key and a list of file name patterns as value
 </dd>
 </dl>
 <dl>

eric ide

mercurial