Documentation/Source/eric5.UI.UserInterface.html

changeset 802
e8882d16384c
parent 767
27554f80d08f
child 816
53e282890577
equal deleted inserted replaced
801:16f9875e278b 802:e8882d16384c
317 <td>Private slot to create actions for the configured external tools.</td> 317 <td>Private slot to create actions for the configured external tools.</td>
318 </tr><tr> 318 </tr><tr>
319 <td><a href="#UserInterface.__initMenus">__initMenus</a></td> 319 <td><a href="#UserInterface.__initMenus">__initMenus</a></td>
320 <td>Private slot to create the menus.</td> 320 <td>Private slot to create the menus.</td>
321 </tr><tr> 321 </tr><tr>
322 <td><a href="#UserInterface.__initPySideDocActions">__initPySideDocActions</a></td> 322 <td><a href="#UserInterface.__initPySideDocAction">__initPySideDocAction</a></td>
323 <td>Private slot to initilize the action to show the PySide documentation.</td> 323 <td>Private slot to initialize the action to show the PySide documentation.</td>
324 </tr><tr> 324 </tr><tr>
325 <td><a href="#UserInterface.__initPythonDocAction">__initPythonDocAction</a></td> 325 <td><a href="#UserInterface.__initPythonDocActions">__initPythonDocActions</a></td>
326 <td>Private slot to initilize the action to show the Python documentation.</td> 326 <td>Private slot to initialize the actions to show the Python documentation.</td>
327 </tr><tr> 327 </tr><tr>
328 <td><a href="#UserInterface.__initQtDocActions">__initQtDocActions</a></td> 328 <td><a href="#UserInterface.__initQtDocActions">__initQtDocActions</a></td>
329 <td>Private slot to initilize the action to show the Qt documentation.</td> 329 <td>Private slot to initialize the action to show the Qt documentation.</td>
330 </tr><tr> 330 </tr><tr>
331 <td><a href="#UserInterface.__initStatusbar">__initStatusbar</a></td> 331 <td><a href="#UserInterface.__initStatusbar">__initStatusbar</a></td>
332 <td>Private slot to set up the status bar.</td> 332 <td>Private slot to set up the status bar.</td>
333 </tr><tr> 333 </tr><tr>
334 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td> 334 <td><a href="#UserInterface.__initToolbars">__initToolbars</a></td>
452 <td>Private slot to show the PyQt4 documentation.</td> 452 <td>Private slot to show the PyQt4 documentation.</td>
453 </tr><tr> 453 </tr><tr>
454 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> 454 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td>
455 <td>Private slot to show the PySide documentation.</td> 455 <td>Private slot to show the PySide documentation.</td>
456 </tr><tr> 456 </tr><tr>
457 <td><a href="#UserInterface.__showPython2Doc">__showPython2Doc</a></td>
458 <td>Private slot to show the Python 2 documentation.</td>
459 </tr><tr>
457 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td> 460 <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td>
458 <td>Private slot to show the Python documentation.</td> 461 <td>Private slot to show the Python 3 documentation.</td>
459 </tr><tr> 462 </tr><tr>
460 <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td> 463 <td><a href="#UserInterface.__showQt4Doc">__showQt4Doc</a></td>
461 <td>Private slot to show the Qt4 documentation.</td> 464 <td>Private slot to show the Qt4 documentation.</td>
462 </tr><tr> 465 </tr><tr>
463 <td><a href="#UserInterface.__showSvg">__showSvg</a></td> 466 <td><a href="#UserInterface.__showSvg">__showSvg</a></td>
1098 </p><a NAME="UserInterface.__initMenus" ID="UserInterface.__initMenus"></a> 1101 </p><a NAME="UserInterface.__initMenus" ID="UserInterface.__initMenus"></a>
1099 <h4>UserInterface.__initMenus</h4> 1102 <h4>UserInterface.__initMenus</h4>
1100 <b>__initMenus</b>(<i></i>) 1103 <b>__initMenus</b>(<i></i>)
1101 <p> 1104 <p>
1102 Private slot to create the menus. 1105 Private slot to create the menus.
1103 </p><a NAME="UserInterface.__initPySideDocActions" ID="UserInterface.__initPySideDocActions"></a> 1106 </p><a NAME="UserInterface.__initPySideDocAction" ID="UserInterface.__initPySideDocAction"></a>
1104 <h4>UserInterface.__initPySideDocActions</h4> 1107 <h4>UserInterface.__initPySideDocAction</h4>
1105 <b>__initPySideDocActions</b>(<i></i>) 1108 <b>__initPySideDocAction</b>(<i></i>)
1106 <p> 1109 <p>
1107 Private slot to initilize the action to show the PySide documentation. 1110 Private slot to initialize the action to show the PySide documentation.
1108 </p><a NAME="UserInterface.__initPythonDocAction" ID="UserInterface.__initPythonDocAction"></a> 1111 </p><a NAME="UserInterface.__initPythonDocActions" ID="UserInterface.__initPythonDocActions"></a>
1109 <h4>UserInterface.__initPythonDocAction</h4> 1112 <h4>UserInterface.__initPythonDocActions</h4>
1110 <b>__initPythonDocAction</b>(<i></i>) 1113 <b>__initPythonDocActions</b>(<i></i>)
1111 <p> 1114 <p>
1112 Private slot to initilize the action to show the Python documentation. 1115 Private slot to initialize the actions to show the Python documentation.
1113 </p><a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a> 1116 </p><a NAME="UserInterface.__initQtDocActions" ID="UserInterface.__initQtDocActions"></a>
1114 <h4>UserInterface.__initQtDocActions</h4> 1117 <h4>UserInterface.__initQtDocActions</h4>
1115 <b>__initQtDocActions</b>(<i></i>) 1118 <b>__initQtDocActions</b>(<i></i>)
1116 <p> 1119 <p>
1117 Private slot to initilize the action to show the Qt documentation. 1120 Private slot to initialize the action to show the Qt documentation.
1118 </p><a NAME="UserInterface.__initStatusbar" ID="UserInterface.__initStatusbar"></a> 1121 </p><a NAME="UserInterface.__initStatusbar" ID="UserInterface.__initStatusbar"></a>
1119 <h4>UserInterface.__initStatusbar</h4> 1122 <h4>UserInterface.__initStatusbar</h4>
1120 <b>__initStatusbar</b>(<i></i>) 1123 <b>__initStatusbar</b>(<i></i>)
1121 <p> 1124 <p>
1122 Private slot to set up the status bar. 1125 Private slot to set up the status bar.
1411 </p><a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> 1414 </p><a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
1412 <h4>UserInterface.__showPySideDoc</h4> 1415 <h4>UserInterface.__showPySideDoc</h4>
1413 <b>__showPySideDoc</b>(<i></i>) 1416 <b>__showPySideDoc</b>(<i></i>)
1414 <p> 1417 <p>
1415 Private slot to show the PySide documentation. 1418 Private slot to show the PySide documentation.
1419 </p><a NAME="UserInterface.__showPython2Doc" ID="UserInterface.__showPython2Doc"></a>
1420 <h4>UserInterface.__showPython2Doc</h4>
1421 <b>__showPython2Doc</b>(<i></i>)
1422 <p>
1423 Private slot to show the Python 2 documentation.
1416 </p><a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a> 1424 </p><a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>
1417 <h4>UserInterface.__showPythonDoc</h4> 1425 <h4>UserInterface.__showPythonDoc</h4>
1418 <b>__showPythonDoc</b>(<i></i>) 1426 <b>__showPythonDoc</b>(<i></i>)
1419 <p> 1427 <p>
1420 Private slot to show the Python documentation. 1428 Private slot to show the Python 3 documentation.
1421 </p><a NAME="UserInterface.__showQt4Doc" ID="UserInterface.__showQt4Doc"></a> 1429 </p><a NAME="UserInterface.__showQt4Doc" ID="UserInterface.__showQt4Doc"></a>
1422 <h4>UserInterface.__showQt4Doc</h4> 1430 <h4>UserInterface.__showQt4Doc</h4>
1423 <b>__showQt4Doc</b>(<i></i>) 1431 <b>__showQt4Doc</b>(<i></i>)
1424 <p> 1432 <p>
1425 Private slot to show the Qt4 documentation. 1433 Private slot to show the Qt4 documentation.

eric ide

mercurial