eric7/Documentation/Source/eric7.UI.VersionsDialog.html

Sat, 05 Mar 2022 18:01:12 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 05 Mar 2022 18:01:12 +0100
branch
eric7
changeset 8970
188ff9ce8657
child 8972
54816b8f740f
permissions
-rw-r--r--

Added capability to upgrade PyQt packages eric depends on from within eric.

<!DOCTYPE html>
<html><head>
<title>eric7.UI.VersionsDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.UI.VersionsDialog</h1>

<p>
Module implementing a dialog to show the versions of various components.
</p>
<h3>Global Attributes</h3>

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

<table>

<tr>
<td><a href="#VersionsDialog">VersionsDialog</a></td>
<td>Class implementing a dialog to show the versions of various components.</td>
</tr>
</table>
<h3>Functions</h3>

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

<p>
    Class implementing a dialog to show the versions of various components.
</p>
<h3>Derived from</h3>
QDialog, Ui_VersionsDialog
<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="#VersionsDialog.__init__">VersionsDialog</a></td>
<td>Constructor</td>
</tr>
</table>
<h3>Static Methods</h3>

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

<a NAME="VersionsDialog.__init__" ID="VersionsDialog.__init__"></a>
<h4>VersionsDialog (Constructor)</h4>
<b>VersionsDialog</b>(<i>parent, title, text</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i> (UserInterface)</dt>
<dd>
reference to the parent widget
</dd>
<dt><i>title</i> (str)</dt>
<dd>
dialog title
</dd>
<dt><i>text</i> (str)</dt>
<dd>
versions text to be shown
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial