-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHelpDialog.ui
90 lines (90 loc) · 5.51 KB
/
HelpDialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpDialog</class>
<widget class="QDialog" name="HelpDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>465</width>
<height>341</height>
</rect>
</property>
<property name="windowTitle">
<string>Help</string>
</property>
<property name="windowIcon">
<iconset resource="icons/icons.qrc">
<normaloff>:/icons/lighttasks.png</normaloff>:/icons/lighttasks.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:16pt; font-weight:600;">Light Tasks</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://priomsrb.github.com/lighttasks/"><span style=" font-size:10pt; text-decoration: underline; color:#296fbe;">http://priomsrb.github.com/lighttasks/<br /><br /></span></a><span style=" font-size:10pt;">Light Tasks lets you keep track of your time in an easy way. Use the &quot;Add New Task&quot; button to create a new task. Give your task a name and press Enter. Now click on your task to start timing it.<br /><br /><br /></span><span style=" font-size:10pt; font-weight:600; text-decoration: underline;">Keyboard Shortcuts:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Ctrl+T</span><span style=" font-size:10pt;"> = Add New Task</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Ctrl+1 ... Ctrl+9</span><span style=" font-size:10pt;"> = Toggle task 1 ... 9</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Ctrl+Q</span><span style=" font-size:10pt;"> = Quit<br /><br /><br /></span><span style=" font-size:10pt; font-weight:600; text-decoration: underline;">History and Statistics:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Light Tasks keeps a record of when and how long you do each task. This can be accessed through the &quot;File &gt; Show History&quot;. To view useful statistics of a task, right click a task and select &quot;Statistics&quot;.<br /><br />You can also save your history to a CSV file and open it with Excel, Openoffice or Libreoffice.<br /><br /><br /></span><span style=" font-size:10pt; font-weight:600; text-decoration: underline;">Bugs / Feature Requests:</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">To report a bug or to request a feature, please create an issue on the </span><a href="https://github.com/priomsrb/lighttasks/issues"><span style=" font-size:10pt; text-decoration: underline; color:#296fbe;">Issues Page</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="icons/icons.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>HelpDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>HelpDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>