Obtaining tool tips from Qt Help File
I would like all of my help documentation to be contained with my Qt help file(s). I have someone else writing the content. How can I extract the tool tips from it?
I would store all of the tool tips in tooltips.html. For each tip, I could have a tagged anchor or div section with a unique id or something to identify it. The code would use this id to find the tool tip in the html file and set it on the widget.
I’m just not sure how to get the data from the help file.
Any suggestions?
Thanks!
5 replies
You must log in to post a reply. Not a member yet? Register here!


