488 <td>Private slot to handle SSL errors.</td> |
488 <td>Private slot to handle SSL errors.</td> |
489 </tr><tr> |
489 </tr><tr> |
490 <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td> |
490 <td><a href="#UserInterface.__startToolProcess">__startToolProcess</a></td> |
491 <td>Private slot to start an external tool process.</td> |
491 <td>Private slot to start an external tool process.</td> |
492 </tr><tr> |
492 </tr><tr> |
|
493 <td><a href="#UserInterface.__startWebBrowser">__startWebBrowser</a></td> |
|
494 <td>Private slot to start a web browser executable.</td> |
|
495 </tr><tr> |
493 <td><a href="#UserInterface.__switchTab">__switchTab</a></td> |
496 <td><a href="#UserInterface.__switchTab">__switchTab</a></td> |
494 <td>Private slot used to switch between the current and the previous current tab.</td> |
497 <td>Private slot used to switch between the current and the previous current tab.</td> |
495 </tr><tr> |
498 </tr><tr> |
496 <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td> |
499 <td><a href="#UserInterface.__toggleBottomSidebar">__toggleBottomSidebar</a></td> |
497 <td>Private slot to handle the toggle of the bottom sidebar window.</td> |
500 <td>Private slot to handle the toggle of the bottom sidebar window.</td> |
1491 </p><dl> |
1494 </p><dl> |
1492 <dt><i>tool</i></dt> |
1495 <dt><i>tool</i></dt> |
1493 <dd> |
1496 <dd> |
1494 list of tool entries |
1497 list of tool entries |
1495 </dd> |
1498 </dd> |
|
1499 </dl><a NAME="UserInterface.__startWebBrowser" ID="UserInterface.__startWebBrowser"></a> |
|
1500 <h4>UserInterface.__startWebBrowser</h4> |
|
1501 <b>__startWebBrowser</b>(<i>home = None</i>) |
|
1502 <p> |
|
1503 Private slot to start a web browser executable. |
|
1504 </p><dl> |
|
1505 <dt><i>home</i></dt> |
|
1506 <dd> |
|
1507 full pathname of a file to display (string) |
|
1508 </dd> |
1496 </dl><a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a> |
1509 </dl><a NAME="UserInterface.__switchTab" ID="UserInterface.__switchTab"></a> |
1497 <h4>UserInterface.__switchTab</h4> |
1510 <h4>UserInterface.__switchTab</h4> |
1498 <b>__switchTab</b>(<i></i>) |
1511 <b>__switchTab</b>(<i></i>) |
1499 <p> |
1512 <p> |
1500 Private slot used to switch between the current and the previous current tab. |
1513 Private slot used to switch between the current and the previous current tab. |