[Libreoffice-bugs] [Bug 108458] Label changes for Toolbar use degrade function listing in the Customize dialog--have duplicate entries on the list

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 5 12:18:34 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=108458

--- Comment #34 from Jim Raykowski <raykowj at gmail.com> ---
(In reply to Heiko Tietze from comment #33)
> Please give me a code pointer how to show the quickhelp depending on the
> treeview content under the cursor. Tried to enhance weld.hxx and also to put
> connect_help() at SvxConfigDialog constructor. Nothing works ;-(

Hi Heiko,
Here is a code-pointer: https://gerrit.libreoffice.org/#/c/84555/

You just need to add what you want to have displayed in the help message in the
IMPL_LINK(CuiConfigFunctionListBox, DoRequestHelp, const weld::TreeIter&,
rIter, OUString).

The patch should probably be broken into two parts. The part that makes custom
tool tips work for TreeView and the part that connects query tooltip signal to
the TreeView in CuiConfigFunctionListBox along with setting has_tooltip true
for the TreeView to let custom tooltips be used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191205/e2d1124f/attachment-0001.html>


More information about the Libreoffice-bugs mailing list