From abc3224fe390f31e05ad3ede5d8b0e18d4360a7e Mon Sep 17 00:00:00 2001 From: Simone Gaiarin Date: Fri, 6 Jan 2017 15:56:20 +0100 Subject: [PATCH] Remove old tooltips --- aqt/editor.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/aqt/editor.py b/aqt/editor.py index 9f0aeb23c..3a3052d9b 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -509,21 +509,6 @@ class Editor(object): for keys, fn in cuts: QShortcut(QKeySequence(keys), self.widget, activated=fn) - # fixme: need to add back hover labels for toolbuttons - # def setupButtons(self): - # _("Customize Cards (Ctrl+L)") - # _("Bold text (Ctrl+B)"), - # _("Italic text (Ctrl+I)"), - # _("Underline text (Ctrl+U)") - # _("Superscript (Ctrl+Shift+=)") - # _("Subscript (Ctrl+=)") - # _("Remove formatting (Ctrl+R)") - # _("Set foreground colour (F7)") - # _("Change colour (F8)") - # _("Cloze deletion (Ctrl+Shift+C)") - # _("Attach pictures/audio/video (F3)") - # _("Record audio (F5)") - def onFields(self): self.saveNow(self._onFields)