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

branch
eric7
changeset 10494
8db0328580d7
parent 10493
f795d68d8e09
equal deleted inserted replaced
10493:f795d68d8e09 10494:8db0328580d7
59 <tr> 59 <tr>
60 <td><a href="#FindFileFiltersEditDialog.__adjustColumns">__adjustColumns</a></td> 60 <td><a href="#FindFileFiltersEditDialog.__adjustColumns">__adjustColumns</a></td>
61 <td>Private method to adjust the column widths.</td> 61 <td>Private method to adjust the column widths.</td>
62 </tr> 62 </tr>
63 <tr> 63 <tr>
64 <td><a href="#FindFileFiltersEditDialog.__getFiltersList">__getFiltersList</a></td> 64 <td><a href="#FindFileFiltersEditDialog.__getFilterNames">__getFilterNames</a></td>
65 <td>Private method to get the list of defined filter names.</td> 65 <td>Private method to get the list of defined filter names.</td>
66 </tr> 66 </tr>
67 <tr> 67 <tr>
68 <td><a href="#FindFileFiltersEditDialog.__populateFilters">__populateFilters</a></td> 68 <td><a href="#FindFileFiltersEditDialog.__populateFilters">__populateFilters</a></td>
69 <td>Private method to populate the filters list.</td> 69 <td>Private method to populate the filters list.</td>
109 109
110 <dl> 110 <dl>
111 111
112 <dt><i>filters</i> (dict)</dt> 112 <dt><i>filters</i> (dict)</dt>
113 <dd> 113 <dd>
114 dictionary containing the existing file filters 114 dictionary with the filter name as key and a list of
115 file name patterns as value
115 </dd> 116 </dd>
116 <dt><i>parent</i> (QWidget (optional))</dt> 117 <dt><i>parent</i> (QWidget (optional))</dt>
117 <dd> 118 <dd>
118 reference to the parent widget (defaults to None) 119 reference to the parent widget (defaults to None)
119 </dd> 120 </dd>
123 <b>__adjustColumns</b>(<i></i>) 124 <b>__adjustColumns</b>(<i></i>)
124 <p> 125 <p>
125 Private method to adjust the column widths. 126 Private method to adjust the column widths.
126 </p> 127 </p>
127 128
128 <a NAME="FindFileFiltersEditDialog.__getFiltersList" ID="FindFileFiltersEditDialog.__getFiltersList"></a> 129 <a NAME="FindFileFiltersEditDialog.__getFilterNames" ID="FindFileFiltersEditDialog.__getFilterNames"></a>
129 <h4>FindFileFiltersEditDialog.__getFiltersList</h4> 130 <h4>FindFileFiltersEditDialog.__getFilterNames</h4>
130 <b>__getFiltersList</b>(<i>forEdit=False</i>) 131 <b>__getFilterNames</b>(<i>forEdit=False</i>)
131 <p> 132 <p>
132 Private method to get the list of defined filter names. 133 Private method to get the list of defined filter names.
133 </p> 134 </p>
134 135
135 <dl> 136 <dl>
174 </p> 175 </p>
175 176
176 <dl> 177 <dl>
177 <dt>Return:</dt> 178 <dt>Return:</dt>
178 <dd> 179 <dd>
179 dictionary containing the defined file filters 180 dictionary containing the defined file filters with the
181 filter name as key and a list of file name patterns as value
180 </dd> 182 </dd>
181 </dl> 183 </dl>
182 <dl> 184 <dl>
183 <dt>Return Type:</dt> 185 <dt>Return Type:</dt>
184 <dd> 186 <dd>

eric ide

mercurial