Hint about help documentation
Unsolved
General and Desktop
-
Hi!
Let's imagine to have a combobox with a lot of items. When the user selects one, I want to display the "help" contents related to the item. I know I could do this in many ways.
Anyway, I would like to find a solution which allows me to:- generate separated html pages (which I will load into a TextBrowser at runtime)
- generate a browsable documentation (I mean an index.html and all other links among the pages)
- generate a pdf of the same contents
I'm not sure if the built-in QHelpEngine is a good choice (by the way I cannot run the examples on this topic!). What would you suggest me?