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.

actTDL = QtWidgets.QAction(sc + labelValueHint.label, self)
if hint is not None:
    actTDL.setToolTip(labelValueHint.hint)


-- 
Segundo Bob
[email protected]

-- 
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.

Reply via email to