Documentation/Source/eric6.UI.UserInterface.html

changeset 4397
64d36562c391
parent 4200
15bfd93b53ae
child 4415
09075ce98b90
equal deleted inserted replaced
4396:17373689237b 4397:64d36562c391
354 <td>Private slot to set up the status bar.</td> 354 <td>Private slot to set up the status bar.</td>
355 </tr><tr> 355 </tr><tr>
356 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td> 356 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
357 <td>Private slot to create the toolbars.</td> 357 <td>Private slot to create the toolbars.</td>
358 </tr><tr> 358 </tr><tr>
359 <td><a href="#UserInterface.__initToolsMenu">__initToolsMenu</a></td>
360 <td>Private slot to initialize the Tools menu.</td>
361 </tr><tr>
359 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td> 362 <td><a href="#UserInterface.__installPlugins">__installPlugins</a></td>
360 <td>Private slot to show a dialog to install a new plugin.</td> 363 <td>Private slot to show a dialog to install a new plugin.</td>
361 </tr><tr> 364 </tr><tr>
362 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td> 365 <td><a href="#UserInterface.__ircAutoConnected">__ircAutoConnected</a></td>
363 <td>Private slot handling the automatic connection of the IRC client.</td> 366 <td>Private slot handling the automatic connection of the IRC client.</td>
474 <td>Private slot to show a pixmap in a dialog.</td> 477 <td>Private slot to show a pixmap in a dialog.</td>
475 </tr><tr> 478 </tr><tr>
476 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td> 479 <td><a href="#UserInterface.__showPluginInfo">__showPluginInfo</a></td>
477 <td>Private slot to show the plugin info dialog.</td> 480 <td>Private slot to show the plugin info dialog.</td>
478 </tr><tr> 481 </tr><tr>
482 <td><a href="#UserInterface.__showPluginToolsMenu">__showPluginToolsMenu</a></td>
483 <td>Private slot to show the Plugin Tools menu.</td>
484 </tr><tr>
479 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td> 485 <td><a href="#UserInterface.__showPrevious">__showPrevious</a></td>
480 <td>Private slot used to show the previous tab or file.</td> 486 <td>Private slot used to show the previous tab or file.</td>
481 </tr><tr> 487 </tr><tr>
482 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td> 488 <td><a href="#UserInterface.__showPyQt4Doc">__showPyQt4Doc</a></td>
483 <td>Private slot to show the PyQt4 documentation.</td> 489 <td>Private slot to show the PyQt4 documentation.</td>
519 <td>Private slot to display the Tool Groups menu.</td> 525 <td>Private slot to display the Tool Groups menu.</td>
520 </tr><tr> 526 </tr><tr>
521 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td> 527 <td><a href="#UserInterface.__showToolbarsMenu">__showToolbarsMenu</a></td>
522 <td>Private slot to display the Toolbars menu.</td> 528 <td>Private slot to display the Toolbars menu.</td>
523 </tr><tr> 529 </tr><tr>
524 <td><a href="#UserInterface.__showToolsMenu">__showToolsMenu</a></td> 530 <td><a href="#UserInterface.__showUserToolsMenu">__showUserToolsMenu</a></td>
525 <td>Private slot to display the Tools menu.</td> 531 <td>Private slot to display the User Tools menu.</td>
526 </tr><tr> 532 </tr><tr>
527 <td><a href="#UserInterface.__showVersions">__showVersions</a></td> 533 <td><a href="#UserInterface.__showVersions">__showVersions</a></td>
528 <td>Private slot to handle the Versions dialog.</td> 534 <td>Private slot to handle the Versions dialog.</td>
529 </tr><tr> 535 </tr><tr>
530 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td> 536 <td><a href="#UserInterface.__showWindowMenu">__showWindowMenu</a></td>
1221 </p><a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a> 1227 </p><a NAME="UserInterface.__initToolbars" ID="UserInterface.__initToolbars"></a>
1222 <h4>UserInterface.__initToolbars</h4> 1228 <h4>UserInterface.__initToolbars</h4>
1223 <b>__initToolbars</b>(<i></i>) 1229 <b>__initToolbars</b>(<i></i>)
1224 <p> 1230 <p>
1225 Private slot to create the toolbars. 1231 Private slot to create the toolbars.
1226 </p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a> 1232 </p><a NAME="UserInterface.__initToolsMenu" ID="UserInterface.__initToolsMenu"></a>
1233 <h4>UserInterface.__initToolsMenu</h4>
1234 <b>__initToolsMenu</b>(<i></i>)
1235 <p>
1236 Private slot to initialize the Tools menu.
1237 </p><dl>
1238 <dt>Returns:</dt>
1239 <dd>
1240 populated Tools menu
1241 </dd>
1242 </dl><dl>
1243 <dt>Return Type:</dt>
1244 <dd>
1245 QMenu
1246 </dd>
1247 </dl><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
1227 <h4>UserInterface.__installPlugins</h4> 1248 <h4>UserInterface.__installPlugins</h4>
1228 <b>__installPlugins</b>(<i>pluginFileNames=[]</i>) 1249 <b>__installPlugins</b>(<i>pluginFileNames=[]</i>)
1229 <p> 1250 <p>
1230 Private slot to show a dialog to install a new plugin. 1251 Private slot to show a dialog to install a new plugin.
1231 </p><dl> 1252 </p><dl>
1513 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a> 1534 </dl><a NAME="UserInterface.__showPluginInfo" ID="UserInterface.__showPluginInfo"></a>
1514 <h4>UserInterface.__showPluginInfo</h4> 1535 <h4>UserInterface.__showPluginInfo</h4>
1515 <b>__showPluginInfo</b>(<i></i>) 1536 <b>__showPluginInfo</b>(<i></i>)
1516 <p> 1537 <p>
1517 Private slot to show the plugin info dialog. 1538 Private slot to show the plugin info dialog.
1539 </p><a NAME="UserInterface.__showPluginToolsMenu" ID="UserInterface.__showPluginToolsMenu"></a>
1540 <h4>UserInterface.__showPluginToolsMenu</h4>
1541 <b>__showPluginToolsMenu</b>(<i></i>)
1542 <p>
1543 Private slot to show the Plugin Tools menu.
1518 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a> 1544 </p><a NAME="UserInterface.__showPrevious" ID="UserInterface.__showPrevious"></a>
1519 <h4>UserInterface.__showPrevious</h4> 1545 <h4>UserInterface.__showPrevious</h4>
1520 <b>__showPrevious</b>(<i></i>) 1546 <b>__showPrevious</b>(<i></i>)
1521 <p> 1547 <p>
1522 Private slot used to show the previous tab or file. 1548 Private slot used to show the previous tab or file.
1611 </p><a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a> 1637 </p><a NAME="UserInterface.__showToolbarsMenu" ID="UserInterface.__showToolbarsMenu"></a>
1612 <h4>UserInterface.__showToolbarsMenu</h4> 1638 <h4>UserInterface.__showToolbarsMenu</h4>
1613 <b>__showToolbarsMenu</b>(<i></i>) 1639 <b>__showToolbarsMenu</b>(<i></i>)
1614 <p> 1640 <p>
1615 Private slot to display the Toolbars menu. 1641 Private slot to display the Toolbars menu.
1616 </p><a NAME="UserInterface.__showToolsMenu" ID="UserInterface.__showToolsMenu"></a> 1642 </p><a NAME="UserInterface.__showUserToolsMenu" ID="UserInterface.__showUserToolsMenu"></a>
1617 <h4>UserInterface.__showToolsMenu</h4> 1643 <h4>UserInterface.__showUserToolsMenu</h4>
1618 <b>__showToolsMenu</b>(<i></i>) 1644 <b>__showUserToolsMenu</b>(<i></i>)
1619 <p> 1645 <p>
1620 Private slot to display the Tools menu. 1646 Private slot to display the User Tools menu.
1621 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a> 1647 </p><a NAME="UserInterface.__showVersions" ID="UserInterface.__showVersions"></a>
1622 <h4>UserInterface.__showVersions</h4> 1648 <h4>UserInterface.__showVersions</h4>
1623 <b>__showVersions</b>(<i></i>) 1649 <b>__showVersions</b>(<i></i>)
1624 <p> 1650 <p>
1625 Private slot to handle the Versions dialog. 1651 Private slot to handle the Versions dialog.

eric ide

mercurial