--- a/Documentation/Source/eric6.Tools.TrayStarter.html Sat May 21 19:16:12 2016 +0200 +++ b/Documentation/Source/eric6.Tools.TrayStarter.html Sun May 22 13:02:44 2016 +0200 @@ -93,6 +93,9 @@ <td><a href="#TrayStarter.__showRecentProjectsMenu">__showRecentProjectsMenu</a></td> <td>Private method to set up the recent projects menu.</td> </tr><tr> +<td><a href="#TrayStarter.__showVersions">__showVersions</a></td> +<td>Private slot to handle the Versions dialog.</td> +</tr><tr> <td><a href="#TrayStarter.__startCompare">__startCompare</a></td> <td>Private slot to start the eric6 compare dialog.</td> </tr><tr> @@ -160,7 +163,7 @@ </table> <a NAME="TrayStarter.__init__" ID="TrayStarter.__init__"></a> <h4>TrayStarter (Constructor)</h4> -<b>TrayStarter</b>(<i>usePyQt4, settingsDir</i>) +<b>TrayStarter</b>(<i>usePyQt4, settingsDir, webEngine=False</i>) <p> Constructor </p><dl> @@ -170,6 +173,9 @@ </dd><dt><i>settingsDir</i> (str)</dt> <dd> directory to be used for the settings files +</dd><dt><i>webEngine=</i> (bool)</dt> +<dd> +flag indicating QtWebEngine is used </dd> </dl><a NAME="TrayStarter.__about" ID="TrayStarter.__about"></a> <h4>TrayStarter.__about</h4> @@ -238,6 +244,11 @@ <b>__showRecentProjectsMenu</b>(<i></i>) <p> Private method to set up the recent projects menu. +</p><a NAME="TrayStarter.__showVersions" ID="TrayStarter.__showVersions"></a> +<h4>TrayStarter.__showVersions</h4> +<b>__showVersions</b>(<i></i>) +<p> + Private slot to handle the Versions dialog. </p><a NAME="TrayStarter.__startCompare" ID="TrayStarter.__startCompare"></a> <h4>TrayStarter.__startCompare</h4> <b>__startCompare</b>(<i></i>)