Documentation/Source/eric6.UI.UserInterface.html

branch
6_0_x
changeset 4401
4c0aea7ff05f
parent 4199
81833aff8ce7
child 4417
a9515070484c
equal deleted inserted replaced
4400:8d4986c8d120 4401:4c0aea7ff05f
351 <td>Private slot to set up the status bar.</td> 351 <td>Private slot to set up the status bar.</td>
352 </tr><tr> 352 </tr><tr>
353 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td> 353 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
354 <td>Private slot to create the toolbars.</td> 354 <td>Private slot to create the toolbars.</td>
355 </tr><tr> 355 </tr><tr>
356 <td><a href="#UserInterface.__initToolsMenu">__initToolsMenu</a></td>
357 <td>Private slot to initialize the Tools menu.</td>
358 </tr><tr>
356 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> 359 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td>
357 <td>Private slot to show a dialog to install a new plugin.</td> 360 <td>Private slot to show a dialog to install a new plugin.</td>
358 </tr><tr> 361 </tr><tr>
359 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> 362 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td>
360 <td>Private slot handling the automatic connection of the IRC client.</td> 363 <td>Private slot handling the automatic connection of the IRC client.</td>
468 <td>Private slot to show a pixmap in a dialog.</td> 471 <td>Private slot to show a pixmap in a dialog.</td>
469 </tr><tr> 472 </tr><tr>
470 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td> 473 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td>
471 <td>Private slot to show the plugin info dialog.</td> 474 <td>Private slot to show the plugin info dialog.</td>
472 </tr><tr> 475 </tr><tr>
476 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td>
477 <td>Private slot to show the Plugin Tools menu.</td>
478 </tr><tr>
473 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> 479 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
474 <td>Private slot used to show the previous tab or file.</td> 480 <td>Private slot used to show the previous tab or file.</td>
475 </tr><tr> 481 </tr><tr>
476 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td> 482 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td>
477 <td>Private slot to show the PyQt4 documentation.</td> 483 <td>Private slot to show the PyQt4 documentation.</td>
513 <td>Private slot to display the Tool Groups menu.</td> 519 <td>Private slot to display the Tool Groups menu.</td>
514 </tr><tr> 520 </tr><tr>
515 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td> 521 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td>
516 <td>Private slot to display the Toolbars menu.</td> 522 <td>Private slot to display the Toolbars menu.</td>
517 </tr><tr> 523 </tr><tr>
518 <td><a href="#UserInterface.__showToolsMenu">__showToolsMenu</a></td> 524 <td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td>
519 <td>Private slot to display the Tools menu.</td> 525 <td>Private slot to display the User Tools menu.</td>
520 </tr><tr> 526 </tr><tr>
521 <td><a href="#UserInterface.__showVersions">__showVersions</a></td> 527 <td><a href="#UserInterface.__showVersions">__showVersions</a></td>
522 <td>Private slot to handle the Versions dialog.</td> 528 <td>Private slot to handle the Versions dialog.</td>
523 </tr><tr> 529 </tr><tr>
524 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td> 530 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td>
1200 </p><a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a> 1206 </p><a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a>
1201 <h4>UserInterface.__initToolbars</h4> 1207 <h4>UserInterface.__initToolbars</h4>
1202 <b>__initToolbars</b>(<i></i>) 1208 <b>__initToolbars</b>(<i></i>)
1203 <p> 1209 <p>
1204 Private slot to create the toolbars. 1210 Private slot to create the toolbars.
1205 </p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> 1211 </p><a NAME="UserInterface.__initToolsMenu" ID="UserInterface.__initToolsMenu"></a>
1212 <h4>UserInterface.__initToolsMenu</h4>
1213 <b>__initToolsMenu</b>(<i></i>)
1214 <p>
1215 Private slot to initialize the Tools menu.
1216 </p><dl>
1217 <dt>Returns:</dt>
1218 <dd>
1219 populated Tools menu
1220 </dd>
1221 </dl><dl>
1222 <dt>Return Type:</dt>
1223 <dd>
1224 QMenu
1225 </dd>
1226 </dl><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
1206 <h4>UserInterface.__installPlugins</h4> 1227 <h4>UserInterface.__installPlugins</h4>
1207 <b>__installPlugins</b>(<i>pluginFileNames=[]</i>) 1228 <b>__installPlugins</b>(<i>pluginFileNames=[]</i>)
1208 <p> 1229 <p>
1209 Private slot to show a dialog to install a new plugin. 1230 Private slot to show a dialog to install a new plugin.
1210 </p><dl> 1231 </p><dl>
1482 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a> 1503 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a>
1483 <h4>UserInterface.__showPluginInfo</h4> 1504 <h4>UserInterface.__showPluginInfo</h4>
1484 <b>__showPluginInfo</b>(<i></i>) 1505 <b>__showPluginInfo</b>(<i></i>)
1485 <p> 1506 <p>
1486 Private slot to show the plugin info dialog. 1507 Private slot to show the plugin info dialog.
1508 </p><a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a>
1509 <h4>UserInterface.__showPluginToolsMenu</h4>
1510 <b>__showPluginToolsMenu</b>(<i></i>)
1511 <p>
1512 Private slot to show the Plugin Tools menu.
1487 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> 1513 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a>
1488 <h4>UserInterface.__showPrevious</h4> 1514 <h4>UserInterface.__showPrevious</h4>
1489 <b>__showPrevious</b>(<i></i>) 1515 <b>__showPrevious</b>(<i></i>)
1490 <p> 1516 <p>
1491 Private slot used to show the previous tab or file. 1517 Private slot used to show the previous tab or file.
1580 </p><a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a> 1606 </p><a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a>
1581 <h4>UserInterface.__showToolbarsMenu</h4> 1607 <h4>UserInterface.__showToolbarsMenu</h4>
1582 <b>__showToolbarsMenu</b>(<i></i>) 1608 <b>__showToolbarsMenu</b>(<i></i>)
1583 <p> 1609 <p>
1584 Private slot to display the Toolbars menu. 1610 Private slot to display the Toolbars menu.
1585 </p><a NAME="UserInterface.__showToolsMenu" ID="UserInterface.__showToolsMenu"></a> 1611 </p><a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a>
1586 <h4>UserInterface.__showToolsMenu</h4> 1612 <h4>UserInterface.__showUserToolsMenu</h4>
1587 <b>__showToolsMenu</b>(<i></i>) 1613 <b>__showUserToolsMenu</b>(<i></i>)
1588 <p> 1614 <p>
1589 Private slot to display the Tools menu. 1615 Private slot to display the User Tools menu.
1590 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a> 1616 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
1591 <h4>UserInterface.__showVersions</h4> 1617 <h4>UserInterface.__showVersions</h4>
1592 <b>__showVersions</b>(<i></i>) 1618 <b>__showVersions</b>(<i></i>)
1593 <p> 1619 <p>
1594 Private slot to handle the Versions dialog. 1620 Private slot to handle the Versions dialog.

eric ide

mercurial