eric6/Documentation/Source/eric6.UI.UserInterface.html

changeset 7806
b346755b09a1
parent 7669
9a89687a081e
child 7900
72b88fb20261
equal deleted inserted replaced
7805:3cad282e8409 7806:b346755b09a1
649 <tr> 649 <tr>
650 <td><a href="#UserInterface.__showHelpMenu">__showHelpMenu</a></td> 650 <td><a href="#UserInterface.__showHelpMenu">__showHelpMenu</a></td>
651 <td>Private slot to display the Help menu.</td> 651 <td>Private slot to display the Help menu.</td>
652 </tr> 652 </tr>
653 <tr> 653 <tr>
654 <td><a href="#UserInterface.__showInstallInfo">__showInstallInfo</a></td>
655 <td>Private slot to show a dialog containing information about the installation process.</td>
656 </tr>
657 <tr>
654 <td><a href="#UserInterface.__showNext">__showNext</a></td> 658 <td><a href="#UserInterface.__showNext">__showNext</a></td>
655 <td>Private slot used to show the next tab or file.</td> 659 <td>Private slot used to show the next tab or file.</td>
656 </tr> 660 </tr>
657 <tr> 661 <tr>
658 <td><a href="#UserInterface.__showPixmap">__showPixmap</a></td> 662 <td><a href="#UserInterface.__showPixmap">__showPixmap</a></td>
1031 <td>Public method to check the internet for an eric6 update.</td> 1035 <td>Public method to check the internet for an eric6 update.</td>
1032 </tr> 1036 </tr>
1033 <tr> 1037 <tr>
1034 <td><a href="#UserInterface.processArgs">processArgs</a></td> 1038 <td><a href="#UserInterface.processArgs">processArgs</a></td>
1035 <td>Public method to process the command line args passed to the UI.</td> 1039 <td>Public method to process the command line args passed to the UI.</td>
1040 </tr>
1041 <tr>
1042 <td><a href="#UserInterface.processInstallInfoFile">processInstallInfoFile</a></td>
1043 <td>Public method to process the file containing installation information.</td>
1036 </tr> 1044 </tr>
1037 <tr> 1045 <tr>
1038 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td> 1046 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td>
1039 <td>Public method to register a toolbar.</td> 1047 <td>Public method to register a toolbar.</td>
1040 </tr> 1048 </tr>
2249 <h4>UserInterface.__showHelpMenu</h4> 2257 <h4>UserInterface.__showHelpMenu</h4>
2250 <b>__showHelpMenu</b>(<i></i>) 2258 <b>__showHelpMenu</b>(<i></i>)
2251 2259
2252 <p> 2260 <p>
2253 Private slot to display the Help menu. 2261 Private slot to display the Help menu.
2262 </p>
2263 <a NAME="UserInterface.__showInstallInfo" ID="UserInterface.__showInstallInfo"></a>
2264 <h4>UserInterface.__showInstallInfo</h4>
2265 <b>__showInstallInfo</b>(<i></i>)
2266
2267 <p>
2268 Private slot to show a dialog containing information about the
2269 installation process.
2254 </p> 2270 </p>
2255 <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a> 2271 <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a>
2256 <h4>UserInterface.__showNext</h4> 2272 <h4>UserInterface.__showNext</h4>
2257 <b>__showNext</b>(<i></i>) 2273 <b>__showNext</b>(<i></i>)
2258 2274
3449 are opened in a text editor, unless the argument ends in 3465 are opened in a text editor, unless the argument ends in
3450 .e4p, then it is opened as a project file. If it ends in 3466 .e4p, then it is opened as a project file. If it ends in
3451 .e4m or .e5m, it is opened as a multiproject. 3467 .e4m or .e5m, it is opened as a multiproject.
3452 </dd> 3468 </dd>
3453 </dl> 3469 </dl>
3470 <a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a>
3471 <h4>UserInterface.processInstallInfoFile</h4>
3472 <b>processInstallInfoFile</b>(<i></i>)
3473
3474 <p>
3475 Public method to process the file containing installation information.
3476 </p>
3454 <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a> 3477 <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
3455 <h4>UserInterface.registerToolbar</h4> 3478 <h4>UserInterface.registerToolbar</h4>
3456 <b>registerToolbar</b>(<i>name, text, toolbar, category=""</i>) 3479 <b>registerToolbar</b>(<i>name, text, toolbar, category=""</i>)
3457 3480
3458 <p> 3481 <p>

eric ide

mercurial