875 <tr> |
875 <tr> |
876 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td> |
876 <td><a href="#UserInterface.__updateExternalToolsActions">__updateExternalToolsActions</a></td> |
877 <td>Private method to update the external tools actions for the current tool group.</td> |
877 <td>Private method to update the external tools actions for the current tool group.</td> |
878 </tr> |
878 </tr> |
879 <tr> |
879 <tr> |
880 <td><a href="#UserInterface.__versionToTuple">__versionToTuple</a></td> |
|
881 <td>Private method to convert a version string into a tuple.</td> |
|
882 </tr> |
|
883 <tr> |
|
884 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> |
880 <td><a href="#UserInterface.__webBrowser">__webBrowser</a></td> |
885 <td>Private slot to start the eric web browser.</td> |
881 <td>Private slot to start the eric web browser.</td> |
886 </tr> |
882 </tr> |
887 <tr> |
883 <tr> |
888 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td> |
884 <td><a href="#UserInterface.__webBrowserFinished">__webBrowserFinished</a></td> |
2864 |
2860 |
2865 <p> |
2861 <p> |
2866 Private method to update the external tools actions for the current |
2862 Private method to update the external tools actions for the current |
2867 tool group. |
2863 tool group. |
2868 </p> |
2864 </p> |
2869 <a NAME="UserInterface.__versionToTuple" ID="UserInterface.__versionToTuple"></a> |
|
2870 <h4>UserInterface.__versionToTuple</h4> |
|
2871 <b>__versionToTuple</b>(<i>version</i>) |
|
2872 |
|
2873 <p> |
|
2874 Private method to convert a version string into a tuple. |
|
2875 </p> |
|
2876 <dl> |
|
2877 |
|
2878 <dt><i>version</i> (str)</dt> |
|
2879 <dd> |
|
2880 version string |
|
2881 </dd> |
|
2882 </dl> |
|
2883 <dl> |
|
2884 <dt>Return:</dt> |
|
2885 <dd> |
|
2886 version tuple |
|
2887 </dd> |
|
2888 </dl> |
|
2889 <dl> |
|
2890 <dt>Return Type:</dt> |
|
2891 <dd> |
|
2892 tuple of int |
|
2893 </dd> |
|
2894 </dl> |
|
2895 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> |
2865 <a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a> |
2896 <h4>UserInterface.__webBrowser</h4> |
2866 <h4>UserInterface.__webBrowser</h4> |
2897 <b>__webBrowser</b>(<i>home=""</i>) |
2867 <b>__webBrowser</b>(<i>home=""</i>) |
2898 |
2868 |
2899 <p> |
2869 <p> |