--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Fri May 08 18:02:25 2020 +0200 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Fri May 08 18:10:05 2020 +0200 @@ -323,10 +323,6 @@ <td>Private slot to start the Qt-Assistant executable.</td> </tr> <tr> -<td><a href="#UserInterface.__assistant4">__assistant4</a></td> -<td>Private slot to start the Qt-Assistant 4/5 executable.</td> -</tr> -<tr> <td><a href="#UserInterface.__checkActions">__checkActions</a></td> <td>Private slot to check some actions for their enable/disable status.</td> </tr> @@ -407,10 +403,6 @@ <td>Private slot to start the Qt-Designer executable.</td> </tr> <tr> -<td><a href="#UserInterface.__designer4">__designer4</a></td> -<td>Private slot to start the Qt-Designer 4/5 executable.</td> -</tr> -<tr> <td><a href="#UserInterface.__editPixmap">__editPixmap</a></td> <td>Private slot to show a pixmap in a dialog.</td> </tr> @@ -511,10 +503,6 @@ <td>Private slot to start the Qt-Linguist executable.</td> </tr> <tr> -<td><a href="#UserInterface.__linguist4">__linguist4</a></td> -<td>Private slot to start the Qt-Linguist 4/5 executable.</td> -</tr> -<tr> <td><a href="#UserInterface.__loadSessionFromFile">__loadSessionFromFile</a></td> <td>Private slot to load a session from disk.</td> </tr> @@ -1372,7 +1360,7 @@ </p> <a NAME="UserInterface.__assistant" ID="UserInterface.__assistant"></a> <h4>UserInterface.__assistant</h4> -<b>__assistant</b>(<i>home=None, version=0</i>) +<b>__assistant</b>(<i>home=None</i>) <p> Private slot to start the Qt-Assistant executable. @@ -1383,18 +1371,7 @@ <dd> full pathname of a file to display </dd> -<dt><i>version</i> (int)</dt> -<dd> -indication for the requested version (4 = Qt 4/5) -</dd> </dl> -<a NAME="UserInterface.__assistant4" ID="UserInterface.__assistant4"></a> -<h4>UserInterface.__assistant4</h4> -<b>__assistant4</b>(<i></i>) - -<p> - Private slot to start the Qt-Assistant 4/5 executable. -</p> <a NAME="UserInterface.__checkActions" ID="UserInterface.__checkActions"></a> <h4>UserInterface.__checkActions</h4> <b>__checkActions</b>(<i>editor</i>) @@ -1612,7 +1589,7 @@ </p> <a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a> <h4>UserInterface.__designer</h4> -<b>__designer</b>(<i>fn=None, version=0</i>) +<b>__designer</b>(<i>fn=None</i>) <p> Private slot to start the Qt-Designer executable. @@ -1623,18 +1600,7 @@ <dd> filename of the form to be opened </dd> -<dt><i>version</i> (int)</dt> -<dd> -indication for the requested version (4 = Qt 4/5) -</dd> </dl> -<a NAME="UserInterface.__designer4" ID="UserInterface.__designer4"></a> -<h4>UserInterface.__designer4</h4> -<b>__designer4</b>(<i></i>) - -<p> - Private slot to start the Qt-Designer 4/5 executable. -</p> <a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a> <h4>UserInterface.__editPixmap</h4> <b>__editPixmap</b>(<i>fn=""</i>) @@ -1879,7 +1845,7 @@ </dl> <a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a> <h4>UserInterface.__linguist</h4> -<b>__linguist</b>(<i>fn=None, version=0</i>) +<b>__linguist</b>(<i>fn=None</i>) <p> Private slot to start the Qt-Linguist executable. @@ -1890,24 +1856,6 @@ <dd> filename of the translation file to be opened </dd> -<dt><i>version</i> (int)</dt> -<dd> -indication for the requested version (4 = Qt 4/5) -</dd> -</dl> -<a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a> -<h4>UserInterface.__linguist4</h4> -<b>__linguist4</b>(<i>fn=None</i>) - -<p> - Private slot to start the Qt-Linguist 4/5 executable. -</p> -<dl> - -<dt><i>fn</i></dt> -<dd> -filename of the translation file to be opened -</dd> </dl> <a NAME="UserInterface.__loadSessionFromFile" ID="UserInterface.__loadSessionFromFile"></a> <h4>UserInterface.__loadSessionFromFile</h4>