TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html

branch
eric7
changeset 98
693e42176007
parent 95
7449695cf655
child 106
6deb942739dc
diff -r 44ec4168b442 -r 693e42176007 TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html	Thu Jun 03 18:02:18 2021 +0200
+++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackerEntryDialog.html	Fri Jun 04 16:40:54 2021 +0200
@@ -104,27 +104,27 @@
 </p>
 <dl>
 
-<dt><i>tracker</i></dt>
+<dt><i>tracker</i> (TimeTracker)</dt>
 <dd>
-reference to the time tracker (TimeTracker)
+reference to the time tracker
 </dd>
-<dt><i>entry</i></dt>
+<dt><i>entry</i> (TimeTrackEntry)</dt>
 <dd>
-reference to the time tracker entry (TimeTrackEntry)
+reference to the time tracker entry
 </dd>
-<dt><i>taskItems</i></dt>
+<dt><i>taskItems</i> (list of str)</dt>
 <dd>
 list of task item entries for the
-            task combo box (list of strings)
+            task combo box
 </dd>
-<dt><i>commentItems</i></dt>
+<dt><i>commentItems</i> (list of str)</dt>
 <dd>
 list of comment item entries for the
-            comment combo box (list of strings)
+            comment combo box
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="TimeTrackerEntryDialog.__checkOk" ID="TimeTrackerEntryDialog.__checkOk"></a>
@@ -145,7 +145,13 @@
 <dt>Return:</dt>
 <dd>
 tuple with start date and time, duration, task description
-            and comment (QDateTime, integer, string, string)
+            and comment
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (QDateTime, int, str, str)
 </dd>
 </dl>
 <a NAME="TimeTrackerEntryDialog.on_durationSpinBox_valueChanged" ID="TimeTrackerEntryDialog.on_durationSpinBox_valueChanged"></a>
@@ -157,9 +163,9 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-value of the duration spin box (integer)
+value of the duration spin box
 </dd>
 </dl>
 <a NAME="TimeTrackerEntryDialog.on_startDateTimeEdit_dateTimeChanged" ID="TimeTrackerEntryDialog.on_startDateTimeEdit_dateTimeChanged"></a>
@@ -171,9 +177,9 @@
 </p>
 <dl>
 
-<dt><i>date</i></dt>
+<dt><i>date</i> (QDateTime)</dt>
 <dd>
-start date and time (QDateTime)
+start date and time
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial