Krita/krita/pykrita/timer_watch/timer_watch_manual.html

35 lines
1.5 KiB
HTML
Raw Normal View History

2025-03-07 08:03:18 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Timer Watch</title></head>
<body>
<h1>Timer Watch</h1>
<h2>Operators</h2>
<dl>
<dt><b>Time Display :</b> Time Progress Display.</dt>
<dt><b>Start :</b> Starts the Timer and it does not stop until the user cancels.</dt>
<dt><b>Pause :</b> Pause the timer progress to take a break.</dt>
<dt><b>Stop :</b> Stop the timer and reset.</dt>
<dt><b>Alarm :</b> Stop and Resets the timer upon reaching the time limit, while showing a warnning message.</dt>
<dt><b>Limit :</b> Places a amount of time to be spent for the progress bar.</dt>
<dt><b>Progress :</b> Progress status expressed in a percentage of the amount of time limit set, if 00:00 is set it will return a error message.</dt>
<h2>Information</h2>
<dt><b>Title :</b> "Title" of the current active document.</dt>
<dt><b>Creator :</b> "Nickname" and "Name" (first and last) of the Creator.</dt>
<dt><b>Author :</b> Current active "Author" and their "Contact Type".</dt>
<dt><b>Date :</b> "Creation Date" and "Date Delta" since creation.</dt>
<dt><b>Edit :</b> "Editing Time" spent on the active document and this value is only updated upon saving the file.</dt>
<dt><b>Cycle :</b> "Editing Cycles" is the amount of time the document was and is open.<br></dt>
<dt>"Editing Time" and "Editing Cycles" values can be Reset by : File > Document Information > General > Reset.</dt>
</dl>
</body>
</html>