src/eric7/Documentation/Source/eric7.Project.DebuggerPropertiesDialog.html

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Project.DebuggerPropertiesDialog.html	Fri Jun 14 11:18:10 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Project.DebuggerPropertiesDialog.html	Fri Jun 14 11:23:45 2024 +0200
@@ -86,7 +86,7 @@
 
 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a>
 <h4>DebuggerPropertiesDialog (Constructor)</h4>
-<b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>)
+<b>DebuggerPropertiesDialog</b>(<i>project, isRemote=False, parent=None, name=None</i>)
 <p>
         Constructor
 </p>
@@ -97,13 +97,17 @@
 <dd>
 reference to the project object
 </dd>
-<dt><i>parent</i> (QWidget)</dt>
+<dt><i>isRemote</i> (bool (optional))</dt>
 <dd>
-parent widget of this dialog
+flag indicating a remote project (defaults to False)
 </dd>
-<dt><i>name</i> (str)</dt>
+<dt><i>parent</i> (QWidget (optional))</dt>
 <dd>
-name of this dialog
+parent widget of this dialog (defaults to None)
+</dd>
+<dt><i>name</i> (str (optional))</dt>
+<dd>
+name of this dialog (defaults to None)
 </dd>
 </dl>
 <a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a>

eric ide

mercurial