--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.UI.VersionsDialog.html Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,104 @@ +<!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> +<tr> +<td><a href="#VersionsDialog.__checkForUpdate">__checkForUpdate</a></td> +<td>Private slot to check, if updates of PyQt6 packages or the eric-ide package are available.</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> +<a NAME="VersionsDialog.__checkForUpdate" ID="VersionsDialog.__checkForUpdate"></a> +<h4>VersionsDialog.__checkForUpdate</h4> +<b>__checkForUpdate</b>(<i></i>) + +<p> + Private slot to check, if updates of PyQt6 packages or the eric-ide + package are available. +</p> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file