On Mon, 11 Jul 2016 08:33:14 -0700 Segundo Bob <[email protected]> wrote:
> On 07/10/2016 06:23 PM, 'Terry Brown' via leo-editor wrote: > > The idea of tooltips for menu items in Leo came > > up some time ago, and I don't think it's directly supported in Qt. > > Terry, > > Qt does support tooltips for menu items. I use this feature often. > The tooltip is displayed when you mouse over the menu item. Ok, thanks, it was a while back and I don't remember exactly what the issue was, I know someone possibly me got something working, but it seemed the "use descriptive menu names" argument was the cleanest option. Discussion might have been just for @button menu @rclick nodes and not the "system" menus. Cheers -Terry > actTDL = QtWidgets.QAction(sc + labelValueHint.label, self) > if hint is not None: > actTDL.setToolTip(labelValueHint.hint) > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
