Documentation/Source/eric6.UI.UserInterface.html

changeset 6589
613426e62983
parent 6583
40ace3a73139
child 6632
084880ed940c
--- a/Documentation/Source/eric6.UI.UserInterface.html	Mon Nov 12 19:48:08 2018 +0100
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Fri Nov 16 20:00:03 2018 +0100
@@ -238,7 +238,7 @@
 <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 executable.</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>
@@ -301,7 +301,7 @@
 <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 executable.</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>
@@ -379,7 +379,7 @@
 <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 executable.</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>
@@ -1001,18 +1001,18 @@
 <p>
         Private slot to start the Qt-Assistant executable.
 </p><dl>
-<dt><i>home</i></dt>
+<dt><i>home</i> (str)</dt>
 <dd>
-full pathname of a file to display (string)
-</dd><dt><i>version</i></dt>
+full pathname of a file to display
+</dd><dt><i>version</i> (int)</dt>
 <dd>
-indication for the requested version (Qt 4) (integer)
+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 executable.
+        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>)
@@ -1159,18 +1159,18 @@
 <p>
         Private slot to start the Qt-Designer executable.
 </p><dl>
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
 filename of the form to be opened
-</dd><dt><i>version</i></dt>
+</dd><dt><i>version</i> (int)</dt>
 <dd>
-indication for the requested version (Qt 4) (integer)
+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 executable.
+        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>)
@@ -1335,18 +1335,18 @@
 <p>
         Private slot to start the Qt-Linguist executable.
 </p><dl>
-<dt><i>fn</i></dt>
+<dt><i>fn</i> (str)</dt>
 <dd>
 filename of the translation file to be opened
-</dd><dt><i>version</i></dt>
+</dd><dt><i>version</i> (int)</dt>
 <dd>
-indication for the requested version (Qt 4) (integer)
+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 executable.
+        Private slot to start the Qt-Linguist 4/5 executable.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
@@ -2386,8 +2386,8 @@
 <h4>UserInterface.getOriginalPathString</h4>
 <b>getOriginalPathString</b>(<i></i>)
 <p>
-        Public method to get the original PATH environment variable (i.e.
-        before modifications by eric6 and PyQt5)
+        Public method to get the original PATH environment variable
+        (i.e. before modifications by eric6 and PyQt5).
 </p><dl>
 <dt>Returns:</dt>
 <dd>

eric ide

mercurial