eric6/Documentation/Source/eric6.UI.UserInterface.html

changeset 7806
b346755b09a1
parent 7669
9a89687a081e
child 7900
72b88fb20261
diff -r 3cad282e8409 -r b346755b09a1 eric6/Documentation/Source/eric6.UI.UserInterface.html
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html	Mon Oct 19 17:19:27 2020 +0200
+++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html	Mon Oct 19 20:02:01 2020 +0200
@@ -651,6 +651,10 @@
 <td>Private slot to display the Help menu.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.__showInstallInfo">__showInstallInfo</a></td>
+<td>Private slot to show a dialog containing information about the installation process.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.__showNext">__showNext</a></td>
 <td>Private slot used to show the next tab or file.</td>
 </tr>
@@ -1035,6 +1039,10 @@
 <td>Public method to process the command line args passed to the UI.</td>
 </tr>
 <tr>
+<td><a href="#UserInterface.processInstallInfoFile">processInstallInfoFile</a></td>
+<td>Public method to process the file containing installation information.</td>
+</tr>
+<tr>
 <td><a href="#UserInterface.registerToolbar">registerToolbar</a></td>
 <td>Public method to register a toolbar.</td>
 </tr>
@@ -2252,6 +2260,14 @@
 <p>
         Private slot to display the Help menu.
 </p>
+<a NAME="UserInterface.__showInstallInfo" ID="UserInterface.__showInstallInfo"></a>
+<h4>UserInterface.__showInstallInfo</h4>
+<b>__showInstallInfo</b>(<i></i>)
+
+<p>
+        Private slot to show a dialog containing information about the
+        installation process.
+</p>
 <a NAME="UserInterface.__showNext" ID="UserInterface.__showNext"></a>
 <h4>UserInterface.__showNext</h4>
 <b>__showNext</b>(<i></i>)
@@ -3451,6 +3467,13 @@
             .e4m or .e5m, it is opened as a multiproject.
 </dd>
 </dl>
+<a NAME="UserInterface.processInstallInfoFile" ID="UserInterface.processInstallInfoFile"></a>
+<h4>UserInterface.processInstallInfoFile</h4>
+<b>processInstallInfoFile</b>(<i></i>)
+
+<p>
+        Public method to process the file containing installation information.
+</p>
 <a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
 <h4>UserInterface.registerToolbar</h4>
 <b>registerToolbar</b>(<i>name, text, toolbar, category=""</i>)

eric ide

mercurial