Documentation/Source/eric5.UI.UserInterface.html

changeset 2214
4ce1ebcc3806
parent 2190
abd65b78425e
child 2266
f885a0bc2ccc
equal deleted inserted replaced
2213:022f4ad3ed19 2214:4ce1ebcc3806
2171 <b>showFindFileByNameDialog</b>(<i></i>) 2171 <b>showFindFileByNameDialog</b>(<i></i>)
2172 <p> 2172 <p>
2173 Public slot to show the Find File by Name dialog. 2173 Public slot to show the Find File by Name dialog.
2174 </p><a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a> 2174 </p><a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a>
2175 <h4>UserInterface.showFindFilesDialog</h4> 2175 <h4>UserInterface.showFindFilesDialog</h4>
2176 <b>showFindFilesDialog</b>(<i>txt="", searchDir=""</i>) 2176 <b>showFindFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
2177 <p> 2177 <p>
2178 Public slot to show the Find In Files dialog. 2178 Public slot to show the Find In Files dialog.
2179 </p><dl> 2179 </p><dl>
2180 <dt><i>txt=</i></dt> 2180 <dt><i>txt=</i></dt>
2181 <dd> 2181 <dd>
2182 text to search for (string) 2182 text to search for (string)
2183 </dd><dt><i>searchDir=</i></dt> 2183 </dd><dt><i>searchDir=</i></dt>
2184 <dd> 2184 <dd>
2185 directory to search in (string) 2185 directory to search in (string)
2186 </dd><dt><i>openFiles=</i></dt>
2187 <dd>
2188 flag indicating to operate on open files (boolean)
2186 </dd> 2189 </dd>
2187 </dl><a NAME="UserInterface.showLogTab" ID="UserInterface.showLogTab"></a> 2190 </dl><a NAME="UserInterface.showLogTab" ID="UserInterface.showLogTab"></a>
2188 <h4>UserInterface.showLogTab</h4> 2191 <h4>UserInterface.showLogTab</h4>
2189 <b>showLogTab</b>(<i>tabname</i>) 2192 <b>showLogTab</b>(<i>tabname</i>)
2190 <p> 2193 <p>
2220 <dd> 2223 <dd>
2221 name of the configuration page to show (string) 2224 name of the configuration page to show (string)
2222 </dd> 2225 </dd>
2223 </dl><a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a> 2226 </dl><a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a>
2224 <h4>UserInterface.showReplaceFilesDialog</h4> 2227 <h4>UserInterface.showReplaceFilesDialog</h4>
2225 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir=""</i>) 2228 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir="", openFiles=False</i>)
2226 <p> 2229 <p>
2227 Public slot to show the Find & Replace In Files dialog. 2230 Public slot to show the Find & Replace In Files dialog.
2228 </p><dl> 2231 </p><dl>
2229 <dt><i>txt=</i></dt> 2232 <dt><i>txt=</i></dt>
2230 <dd> 2233 <dd>
2231 text to search for (string) 2234 text to search for (string)
2232 </dd><dt><i>searchDir=</i></dt> 2235 </dd><dt><i>searchDir=</i></dt>
2233 <dd> 2236 <dd>
2234 directory to search in (string) 2237 directory to search in (string)
2238 </dd><dt><i>openFiles=</i></dt>
2239 <dd>
2240 flag indicating to operate on open files (boolean)
2235 </dd> 2241 </dd>
2236 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> 2242 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a>
2237 <h4>UserInterface.unregisterToolbar</h4> 2243 <h4>UserInterface.unregisterToolbar</h4>
2238 <b>unregisterToolbar</b>(<i>name</i>) 2244 <b>unregisterToolbar</b>(<i>name</i>)
2239 <p> 2245 <p>

eric ide

mercurial