Questions tagged [qthelp]
7 questions
2
votes
0 answers
Can Qt inject dynamically generated content into loaded help collections?
Background: I have a Qt application that dynamically loads modules at run-time. These modules supply their own documentation as normal null-terminated char * utf-8 blobs that I can access from the Qt application.
I want to present these…

Tenders McChiken
- 1,216
- 13
- 21
2
votes
2 answers
Qt, cmake and qhelpgenerator
Is there any automatism in cmake to run qhelpgenerator and get out of it the compressed manual to be included in the executable?
cmake already takes care of a lot of things. As an example, resources files (.qrc) are gracefully handled by adding them…

skypjack
- 49,335
- 19
- 95
- 187
1
vote
0 answers
Doxygen doesn't generate Qt compressed help file
I tried generating a Qt compressed help file thanks to this article: http://blog.qt.io/blog/2014/08/13/qt-weekly-17-linking-qt-classes-in-documentation-generated-with-doxygen/
Unfortunately, no qhc file is generated as specified.
I notice this error…

Martin Delille
- 11,360
- 15
- 65
- 132
1
vote
1 answer
Showing content of QCH-File with QWebEngineView
We are using Qt-Help in our projects, but I'm really not satisfied with the formatting of the Qt-Help inside the Qt-assistant. It looks really ugly compared to the formatting of the HTML-files inside my Firefox.
One of the reasons might be, that the…

Aleph0
- 5,816
- 4
- 29
- 80
0
votes
1 answer
Integrating Help in Qt5 C++ GUI Application
I want to add the user manual for my Qt5 application as help but i am unable to find any built in tool for that.
I want to make it like Qt5 default help (without navigating user to external file or link). Help window should open right in…

Usama Ishtiaq
- 3
- 4
0
votes
1 answer
Using qHelpEngine
I want to make a help file using QtHelp and QHelpEngine. I currently have some code but I am not sure about my errors and the documentation is a little vague in my opinion. Nonetheless the current issue I am facing is one of connecting signal and…

IHaveAlotOfQuestions
- 11
- 3
0
votes
1 answer
Python-Sphinx: how to fill the keyword fields for qthelp builder
I'm using Sphinx for generating the documentation of my application, to be viewed using the QtHelpEngine. Hence I'm using the qthelp builder.
I don't understand how to properly create the keyword section of the qhp file from the reStructuredText…

Mark
- 4,338
- 7
- 58
- 120