438 <td>Private method to configure the dock window created with __createDockWindow().</td> |
438 <td>Private method to configure the dock window created with __createDockWindow().</td> |
439 </tr><tr> |
439 </tr><tr> |
440 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td> |
440 <td><a href="#UserInterface.__showAvailableVersionInfos">__showAvailableVersionInfos</a></td> |
441 <td>Private method to show the versions available for download.</td> |
441 <td>Private method to show the versions available for download.</td> |
442 </tr><tr> |
442 </tr><tr> |
443 <td><a href="#UserInterface.__showEmailDialog">__showEmailDialog</a></td> |
|
444 <td>Private slot to show the email dialog in a given mode.</td> |
|
445 </tr><tr> |
|
446 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> |
443 <td><a href="#UserInterface.__showEricDoc">__showEricDoc</a></td> |
447 <td>Private slot to show the Eric documentation.</td> |
444 <td>Private slot to show the Eric documentation.</td> |
448 </tr><tr> |
445 </tr><tr> |
449 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td> |
446 <td><a href="#UserInterface.__showExternalTools">__showExternalTools</a></td> |
450 <td>Private slot to display a dialog show a list of external tools used by eric5.</td> |
447 <td>Private slot to display a dialog show a list of external tools used by eric5.</td> |
725 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td> |
722 <td><a href="#UserInterface.setDebugProfile">setDebugProfile</a></td> |
726 <td>Public slot to activate the debug view profile.</td> |
723 <td>Public slot to activate the debug view profile.</td> |
727 </tr><tr> |
724 </tr><tr> |
728 <td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td> |
725 <td><a href="#UserInterface.showAvailableVersionsInfo">showAvailableVersionsInfo</a></td> |
729 <td>Public method to show the eric5 versions available for download.</td> |
726 <td>Public method to show the eric5 versions available for download.</td> |
|
727 </tr><tr> |
|
728 <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td> |
|
729 <td>Public slot to show the email dialog in a given mode.</td> |
730 </tr><tr> |
730 </tr><tr> |
731 <td><a href="#UserInterface.showEvent">showEvent</a></td> |
731 <td><a href="#UserInterface.showEvent">showEvent</a></td> |
732 <td>Protected method to handle the show event.</td> |
732 <td>Protected method to handle the show event.</td> |
733 </tr><tr> |
733 </tr><tr> |
734 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> |
734 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> |
1405 </p><dl> |
1405 </p><dl> |
1406 <dt><i>versions</i></dt> |
1406 <dt><i>versions</i></dt> |
1407 <dd> |
1407 <dd> |
1408 contents of the downloaded versions file (list of strings) |
1408 contents of the downloaded versions file (list of strings) |
1409 </dd> |
1409 </dd> |
1410 </dl><a NAME="UserInterface.__showEmailDialog" ID="UserInterface.__showEmailDialog"></a> |
|
1411 <h4>UserInterface.__showEmailDialog</h4> |
|
1412 <b>__showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>) |
|
1413 <p> |
|
1414 Private slot to show the email dialog in a given mode. |
|
1415 </p><dl> |
|
1416 <dt><i>mode</i></dt> |
|
1417 <dd> |
|
1418 mode of the email dialog (string, "bug" or "feature") |
|
1419 </dd><dt><i>attachFile</i></dt> |
|
1420 <dd> |
|
1421 name of a file to attach to the email (string) |
|
1422 </dd><dt><i>deleteAttachFile</i></dt> |
|
1423 <dd> |
|
1424 flag indicating to delete the attached file after |
|
1425 it has been sent (boolean) |
|
1426 </dd> |
|
1427 </dl><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a> |
1410 </dl><a NAME="UserInterface.__showEricDoc" ID="UserInterface.__showEricDoc"></a> |
1428 <h4>UserInterface.__showEricDoc</h4> |
1411 <h4>UserInterface.__showEricDoc</h4> |
1429 <b>__showEricDoc</b>(<i></i>) |
1412 <b>__showEricDoc</b>(<i></i>) |
1430 <p> |
1413 <p> |
1431 Private slot to show the Eric documentation. |
1414 Private slot to show the Eric documentation. |
2183 </dl><a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a> |
2166 </dl><a NAME="UserInterface.showAvailableVersionsInfo" ID="UserInterface.showAvailableVersionsInfo"></a> |
2184 <h4>UserInterface.showAvailableVersionsInfo</h4> |
2167 <h4>UserInterface.showAvailableVersionsInfo</h4> |
2185 <b>showAvailableVersionsInfo</b>(<i></i>) |
2168 <b>showAvailableVersionsInfo</b>(<i></i>) |
2186 <p> |
2169 <p> |
2187 Public method to show the eric5 versions available for download. |
2170 Public method to show the eric5 versions available for download. |
2188 </p><a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a> |
2171 </p><a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a> |
|
2172 <h4>UserInterface.showEmailDialog</h4> |
|
2173 <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>) |
|
2174 <p> |
|
2175 Public slot to show the email dialog in a given mode. |
|
2176 </p><dl> |
|
2177 <dt><i>mode</i></dt> |
|
2178 <dd> |
|
2179 mode of the email dialog (string, "bug" or "feature") |
|
2180 </dd><dt><i>attachFile</i></dt> |
|
2181 <dd> |
|
2182 name of a file to attach to the email (string) |
|
2183 </dd><dt><i>deleteAttachFile</i></dt> |
|
2184 <dd> |
|
2185 flag indicating to delete the attached file after |
|
2186 it has been sent (boolean) |
|
2187 </dd> |
|
2188 </dl><a NAME="UserInterface.showEvent" ID="UserInterface.showEvent"></a> |
2189 <h4>UserInterface.showEvent</h4> |
2189 <h4>UserInterface.showEvent</h4> |
2190 <b>showEvent</b>(<i>evt</i>) |
2190 <b>showEvent</b>(<i>evt</i>) |
2191 <p> |
2191 <p> |
2192 Protected method to handle the show event. |
2192 Protected method to handle the show event. |
2193 </p><dl> |
2193 </p><dl> |