From d0f918cdb0334c06e226b0371e22587f0dce1096 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 25 Apr 2009 20:06:31 +0900 Subject: [PATCH] add tooltip to study stats --- ankiqt/ui/main.py | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index f011c63cc..7c430280a 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1112,6 +1112,33 @@ day = :d""", d=yesterday)

%s
%s
""" % (stats1, stats2)) + self.mainWin.optionsLabel.setToolTip(_("""\ +

Session Statistics

+
+
Cards/session
+
The number of cards you studied in the current session (blue) and previous +session (black)
+
+
+
Cards/day
+
The number of cards you studied today (blue) and yesterday (black)
+
+
+
Time/day
+
The number of minutes you studied today (blue) and yesterday (black)
+
+
+
Reviews due
+
The number of cards that are waiting to be reviewed today
+
+
+
New today
+
The number of new cards that are waiting to be learnt today
+
+
+
New total
+
The total number of new cards in the deck
+
""")) def showStudyScreen(self): self.mainWin.optionsButton.setChecked(self.config['showStudyOptions'])