From a4a2d3ac5900ec3869e47441b0cdc571246824a1 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Fri, 21 Dec 2012 15:27:04 +1000 Subject: [PATCH] - add tooltips and an explanatory label to timers area --- src/ui/timers_main_area.ui | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/ui/timers_main_area.ui b/src/ui/timers_main_area.ui index baf7465..749d386 100755 --- a/src/ui/timers_main_area.ui +++ b/src/ui/timers_main_area.ui @@ -181,6 +181,9 @@ 30 + + <html><head/><body><p>The <span style=" font-weight:600;">hour</span> interval that the timer will go off at</p></body></html> + true @@ -309,6 +312,9 @@ 30 + + <html><head/><body><p>The <span style=" font-weight:600;">minute</span> interval that the timer will go off at</p></body></html> + true @@ -427,6 +433,9 @@ 30 + + <html><head/><body><p>The <span style=" font-weight:600;">second</span> interval that the timer will go off at</p></body></html> + true @@ -545,6 +554,9 @@ 30 + + <html><head/><body><p>The <span style=" font-weight:600;">milisecond</span> interval that the timer will go off at (1000 miliseconds = 1 second)</p></body></html> + true @@ -569,6 +581,13 @@ + + + <html><head/><body><p>(hours <span style=" font-weight:600;">:</span> minutes <span style=" font-weight:600;">:</span> seconds <span style=" font-weight:600;">:</span> miliseconds)</p></body></html> + + + + Qt::Horizontal -- 1.7.9.5