On Mon, 11 Jul 2016 22:21:17 -0700 (PDT) rengel <[email protected]> wrote:
> > Inkscape is Gtk based. 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. > > Qt directly supports statusTips. > http://doc.qt.io/qt-4.8/qstatustipevent.html > > Reinhard Ah, excellent, thanks, would have been a shame to implement it without noticing that :-) And there's no delay in this event firing the way there is with tool tips, so it works much better for browsing menu functionality. So now we just need to identify a source of useful tips. I think the @menu tree could carry them, or they could come from the doc. string of the function the menu fires. Don't want repeated descriptions in two different places, but suspect the appropriate one liners might be easier to collect in the @menu tree. Cheers -Terry -- 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.
