eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html

changeset 7810
f8afd2238723
parent 7806
b346755b09a1
child 7989
a21d673a8f99
diff -r f5a61d073100 -r f8afd2238723 eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html
--- a/eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html	Thu Oct 22 19:42:29 2020 +0200
+++ b/eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html	Fri Oct 23 20:01:22 2020 +0200
@@ -36,7 +36,7 @@
 
 <tr>
 <td><a href="#InstallInfoDialog">InstallInfoDialog</a></td>
-<td>Class documentation goes here.</td>
+<td>Class implementing a dialog to show information about the installation.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -50,7 +50,7 @@
 <h2>InstallInfoDialog</h2>
 
 <p>
-    Class documentation goes here.
+    Class implementing a dialog to show information about the installation.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_InstallInfoDialog
@@ -77,6 +77,10 @@
 <td>Private method to save the data.</td>
 </tr>
 <tr>
+<td><a href="#InstallInfoDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
+<td>Private slot deleting the install information file.</td>
+</tr>
+<tr>
 <td><a href="#InstallInfoDialog.on_editButton_toggled">on_editButton_toggled</a></td>
 <td>Private slot to switch the dialog into edit mode.</td>
 </tr>
@@ -85,8 +89,12 @@
 <td>Private slot handling the save button press.</td>
 </tr>
 <tr>
+<td><a href="#InstallInfoDialog.on_updateButton_clicked">on_updateButton_clicked</a></td>
+<td>Private slot to show some upgrade instructions.</td>
+</tr>
+<tr>
 <td><a href="#InstallInfoDialog.reject">reject</a></td>
-<td>Private slot handling the closing of the dialog.</td>
+<td>Public slot handling the closing of the dialog.</td>
 </tr>
 <tr>
 <td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td>
@@ -120,6 +128,13 @@
 <p>
         Private method to save the data.
 </p>
+<a NAME="InstallInfoDialog.on_deleteButton_clicked" ID="InstallInfoDialog.on_deleteButton_clicked"></a>
+<h4>InstallInfoDialog.on_deleteButton_clicked</h4>
+<b>on_deleteButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot deleting the install information file.
+</p>
 <a NAME="InstallInfoDialog.on_editButton_toggled" ID="InstallInfoDialog.on_editButton_toggled"></a>
 <h4>InstallInfoDialog.on_editButton_toggled</h4>
 <b>on_editButton_toggled</b>(<i>checked</i>)
@@ -141,12 +156,19 @@
 <p>
         Private slot handling the save button press.
 </p>
+<a NAME="InstallInfoDialog.on_updateButton_clicked" ID="InstallInfoDialog.on_updateButton_clicked"></a>
+<h4>InstallInfoDialog.on_updateButton_clicked</h4>
+<b>on_updateButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to show some upgrade instructions.
+</p>
 <a NAME="InstallInfoDialog.reject" ID="InstallInfoDialog.reject"></a>
 <h4>InstallInfoDialog.reject</h4>
 <b>reject</b>(<i></i>)
 
 <p>
-        Private slot handling the closing of the dialog.
+        Public slot handling the closing of the dialog.
 </p>
 <a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a>
 <h4>InstallInfoDialog.wasLoaded</h4>

eric ide

mercurial