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

Mon, 19 Oct 2020 20:02:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 19 Oct 2020 20:02:01 +0200
changeset 7806
b346755b09a1
child 7810
f8afd2238723
permissions
-rw-r--r--

Main Window: added a dialog showing information about the installation process.

<!DOCTYPE html>
<html><head>
<title>eric6.UI.InstallInfoDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric6.UI.InstallInfoDialog</h1>

<p>
Module implementing a dialog to show information about the installation.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#InstallInfoDialog">InstallInfoDialog</a></td>
<td>Class documentation goes here.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="InstallInfoDialog" ID="InstallInfoDialog"></a>
<h2>InstallInfoDialog</h2>

<p>
    Class documentation goes here.
</p>
<h3>Derived from</h3>
QDialog, Ui_InstallInfoDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#InstallInfoDialog.__init__">InstallInfoDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#InstallInfoDialog.__saveData">__saveData</a></td>
<td>Private method to save the data.</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>
<tr>
<td><a href="#InstallInfoDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
<td>Private slot handling the save button press.</td>
</tr>
<tr>
<td><a href="#InstallInfoDialog.reject">reject</a></td>
<td>Private slot handling the closing of the dialog.</td>
</tr>
<tr>
<td><a href="#InstallInfoDialog.wasLoaded">wasLoaded</a></td>
<td>Public method to check, if the install data was loaded.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="InstallInfoDialog.__init__" ID="InstallInfoDialog.__init__"></a>
<h4>InstallInfoDialog (Constructor)</h4>
<b>InstallInfoDialog</b>(<i>parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<a NAME="InstallInfoDialog.__saveData" ID="InstallInfoDialog.__saveData"></a>
<h4>InstallInfoDialog.__saveData</h4>
<b>__saveData</b>(<i></i>)

<p>
        Private method to save the data.
</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>)

<p>
        Private slot to switch the dialog into edit mode.
</p>
<dl>

<dt><i>checked</i> (bool)</dt>
<dd>
flag giving the button check state
</dd>
</dl>
<a NAME="InstallInfoDialog.on_saveButton_clicked" ID="InstallInfoDialog.on_saveButton_clicked"></a>
<h4>InstallInfoDialog.on_saveButton_clicked</h4>
<b>on_saveButton_clicked</b>(<i></i>)

<p>
        Private slot handling the save button press.
</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.
</p>
<a NAME="InstallInfoDialog.wasLoaded" ID="InstallInfoDialog.wasLoaded"></a>
<h4>InstallInfoDialog.wasLoaded</h4>
<b>wasLoaded</b>(<i></i>)

<p>
        Public method to check, if the install data was loaded.
</p>
<dl>
<dt>Returns:</dt>
<dd>
flag indicating the data was loaded
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
bool
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial