--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.AddProjectUrlDialog.html Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,126 @@ +<!DOCTYPE html> +<html><head> +<title>eric7.Plugins.WizardPlugins.SetupWizard.AddProjectUrlDialog</title> +<meta charset="UTF-8"> +<link rel="stylesheet" href="styles.css"> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric7.Plugins.WizardPlugins.SetupWizard.AddProjectUrlDialog</h1> + +<p> +Module implementing a dialog to enter the data for a project URL. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> + +<table> + +<tr> +<td><a href="#AddProjectUrlDialog">AddProjectUrlDialog</a></td> +<td>Class implementing a dialog to enter the data for a project URL.</td> +</tr> +</table> +<h3>Functions</h3> + +<table> +<tr><td>None</td></tr> +</table> +<hr /> +<hr /> +<a NAME="AddProjectUrlDialog" ID="AddProjectUrlDialog"></a> +<h2>AddProjectUrlDialog</h2> + +<p> + Class implementing a dialog to enter the data for a project URL. +</p> +<h3>Derived from</h3> +QDialog, Ui_AddProjectUrlDialog +<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="#AddProjectUrlDialog.__init__">AddProjectUrlDialog</a></td> +<td>Constructor</td> +</tr> +<tr> +<td><a href="#AddProjectUrlDialog.__updateOK">__updateOK</a></td> +<td>Private slot to update the enabled state of the OK button.</td> +</tr> +<tr> +<td><a href="#AddProjectUrlDialog.getUrl">getUrl</a></td> +<td>Public method to get the data for the project URL.</td> +</tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<a NAME="AddProjectUrlDialog.__init__" ID="AddProjectUrlDialog.__init__"></a> +<h4>AddProjectUrlDialog (Constructor)</h4> +<b>AddProjectUrlDialog</b>(<i>name="", url="", parent=None</i>) + +<p> + Constructor +</p> +<dl> + +<dt><i>name</i> (str (optional))</dt> +<dd> +name of the project URL (defaults to "") +</dd> +<dt><i>url</i> (str (optional))</dt> +<dd> +address of the project URL (defaults to "") +</dd> +<dt><i>parent</i> (QWidget (optional))</dt> +<dd> +reference to the parent widget (defaults to None) +</dd> +</dl> +<a NAME="AddProjectUrlDialog.__updateOK" ID="AddProjectUrlDialog.__updateOK"></a> +<h4>AddProjectUrlDialog.__updateOK</h4> +<b>__updateOK</b>(<i></i>) + +<p> + Private slot to update the enabled state of the OK button. +</p> +<a NAME="AddProjectUrlDialog.getUrl" ID="AddProjectUrlDialog.getUrl"></a> +<h4>AddProjectUrlDialog.getUrl</h4> +<b>getUrl</b>(<i></i>) + +<p> + Public method to get the data for the project URL. +</p> +<dl> +<dt>Return:</dt> +<dd> +tuple containing the name and address of the project URL +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file