Documentation/Source/eric6.UI.UserInterface.html

changeset 6296
db9b3a419845
parent 6287
9a193ff6d24a
child 6428
10aa2bf9c1d7
diff -r 79bfd24e2fee -r db9b3a419845 Documentation/Source/eric6.UI.UserInterface.html
--- a/Documentation/Source/eric6.UI.UserInterface.html	Fri May 18 19:24:37 2018 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Fri May 18 19:41:02 2018 +0200
@@ -325,7 +325,7 @@
 <td>Private slot to handle the helpClosed signal of the help window.</td>
 </tr><tr>
 <td><a href="#UserInterface.__helpViewer">__helpViewer</a></td>
-<td>Private slot to start an empty help viewer.</td>
+<td>Private slot to start an empty help viewer/web browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.__importPreferences">__importPreferences</a></td>
 <td>Private slot to import preferences.</td>
@@ -348,8 +348,8 @@
 <td><a href="#UserInterface.__initMenus">__initMenus</a></td>
 <td>Private slot to create the menus.</td>
 </tr><tr>
-<td><a href="#UserInterface.__initPySideDocAction">__initPySideDocAction</a></td>
-<td>Private slot to initialize the action to show the PySide documentation.</td>
+<td><a href="#UserInterface.__initPySideDocActions">__initPySideDocActions</a></td>
+<td>Private slot to initialize the actions to show the PySide documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__initPythonDocActions">__initPythonDocActions</a></td>
 <td>Private slot to initialize the actions to show the Python documentation.</td>
@@ -514,7 +514,7 @@
 <td>Private slot to show the PyQt5 documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPySideDoc">__showPySideDoc</a></td>
-<td>Private slot to show the PySide documentation.</td>
+<td>Private slot to show the PySide/PySide2 documentation.</td>
 </tr><tr>
 <td><a href="#UserInterface.__showPython2Doc">__showPython2Doc</a></td>
 <td>Private slot to show the Python 2 documentation.</td>
@@ -1226,7 +1226,7 @@
 <h4>UserInterface.__helpViewer</h4>
 <b>__helpViewer</b>(<i></i>)
 <p>
-        Private slot to start an empty help viewer.
+        Private slot to start an empty help viewer/web browser.
 </p><a NAME="UserInterface.__importPreferences" ID="UserInterface.__importPreferences"></a>
 <h4>UserInterface.__importPreferences</h4>
 <b>__importPreferences</b>(<i></i>)
@@ -1262,11 +1262,12 @@
 <b>__initMenus</b>(<i></i>)
 <p>
         Private slot to create the menus.
-</p><a NAME="UserInterface.__initPySideDocAction" ID="UserInterface.__initPySideDocAction"></a>
-<h4>UserInterface.__initPySideDocAction</h4>
-<b>__initPySideDocAction</b>(<i></i>)
+</p><a NAME="UserInterface.__initPySideDocActions" ID="UserInterface.__initPySideDocActions"></a>
+<h4>UserInterface.__initPySideDocActions</h4>
+<b>__initPySideDocActions</b>(<i></i>)
 <p>
-        Private slot to initialize the action to show the PySide documentation.
+        Private slot to initialize the actions to show the PySide
+        documentation.
 </p><a NAME="UserInterface.__initPythonDocActions" ID="UserInterface.__initPythonDocActions"></a>
 <h4>UserInterface.__initPythonDocActions</h4>
 <b>__initPythonDocActions</b>(<i></i>)
@@ -1672,10 +1673,15 @@
         Private slot to show the PyQt5 documentation.
 </p><a NAME="UserInterface.__showPySideDoc" ID="UserInterface.__showPySideDoc"></a>
 <h4>UserInterface.__showPySideDoc</h4>
-<b>__showPySideDoc</b>(<i></i>)
+<b>__showPySideDoc</b>(<i>variant</i>)
 <p>
-        Private slot to show the PySide documentation.
-</p><a NAME="UserInterface.__showPython2Doc" ID="UserInterface.__showPython2Doc"></a>
+        Private slot to show the PySide/PySide2 documentation.
+</p><dl>
+<dt><i>variant</i> (str)</dt>
+<dd>
+PySide variant (1 or 2)
+</dd>
+</dl><a NAME="UserInterface.__showPython2Doc" ID="UserInterface.__showPython2Doc"></a>
 <h4>UserInterface.__showPython2Doc</h4>
 <b>__showPython2Doc</b>(<i></i>)
 <p>

eric ide

mercurial