src/eric7/Documentation/Source/eric7.Debugger.EditWatchpointDialog.html

branch
eric7
changeset 10417
c6011e501282
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Debugger.EditWatchpointDialog.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.EditWatchpointDialog.html	Sun Dec 17 17:15:19 2023 +0100
@@ -82,21 +82,21 @@
 </p>
 <dl>
 
-<dt><i>properties</i></dt>
+<dt><i>properties</i> (tuple of (str, bool, bool, int, str))</dt>
 <dd>
-properties for the watch expression (tuple)
+properties for the watch expression
             (expression, temporary flag, enabled flag, ignore count,
             special condition)
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 the parent of this dialog
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 the widget name of this dialog
 </dd>
-<dt><i>modal</i></dt>
+<dt><i>modal</i> (bool)</dt>
 <dd>
 flag indicating a modal dialog
 </dd>
@@ -111,9 +111,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the line edit (string)
+text of the line edit
 </dd>
 </dl>
 <a NAME="EditWatchpointDialog.getData" ID="EditWatchpointDialog.getData"></a>
@@ -131,6 +131,12 @@
             special condition)
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool, bool, int, str)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial