--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Wed Dec 23 16:28:35 2020 +0100 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Thu Dec 24 16:17:57 2020 +0100 @@ -675,12 +675,12 @@ <td>Private slot used to show the previous tab or file.</td> </tr> <tr> -<td><a href="#UserInterface.__showPyQt5Doc">__showPyQt5Doc</a></td> -<td>Private slot to show the PyQt5 documentation.</td> +<td><a href="#UserInterface.__showPyQtDoc">__showPyQtDoc</a></td> +<td>Private slot to show the PyQt5/6 documentation.</td> </tr> <tr> <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td> -<td>Private slot to show the PySide2 documentation.</td> +<td>Private slot to show the PySide2/PySide6 documentation.</td> </tr> <tr> <td><a href="#UserInterface.__showPythonDoc">__showPythonDoc</a></td> @@ -2306,25 +2306,32 @@ <p> Private slot used to show the previous tab or file. </p> -<a NAME="UserInterface.__showPyQt5Doc" ID="UserInterface.__showPyQt5Doc"></a> -<h4>UserInterface.__showPyQt5Doc</h4> -<b>__showPyQt5Doc</b>(<i></i>) +<a NAME="UserInterface.__showPyQtDoc" ID="UserInterface.__showPyQtDoc"></a> +<h4>UserInterface.__showPyQtDoc</h4> +<b>__showPyQtDoc</b>(<i>variant=5</i>) <p> - Private slot to show the PyQt5 documentation. + Private slot to show the PyQt5/6 documentation. </p> +<dl> + +<dt><i>variant</i> (int or str)</dt> +<dd> +PyQt variant to show documentation for (5 or 6) +</dd> +</dl> <a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a> <h4>UserInterface.__showPySideDoc</h4> -<b>__showPySideDoc</b>(<i>variant="2"</i>) +<b>__showPySideDoc</b>(<i>variant=2</i>) <p> - Private slot to show the PySide2 documentation. + Private slot to show the PySide2/PySide6 documentation. </p> <dl> -<dt><i>variant</i> (str)</dt> +<dt><i>variant</i> (int or str)</dt> <dd> -PySide variant (2) +PySide variant (2 or 6) </dd> </dl> <a NAME="UserInterface.__showPythonDoc" ID="UserInterface.__showPythonDoc"></a>