This example demonstrates how to use Qt Assistant as help system for your own application. You can control Qt Assistant either directly using e.g. the open button or indirectly by pressing F1.
This example provides a context sensitive help, i.e. pressing F1 will show the help for the item under the mouse cursor.
In order to run Qt Assistant properly you have to add a profile for this example. Without a profile Qt Assistant will only show the requested pages, but won't be adapted for this example application.