PDA

View Full Version : Create a help system for my application.



deepal_de
10th January 2012, 04:49
Hi,
i need to create a help system to my application. What i need is, when user press F1 i need to show the help file for the selected window/Control.
Can any1 please give me how to get the initial steps for this kind of function.
at the moment i'm going thought QtHelp module document. Little bit help from you guys are much appreciated.

Thanks :)

Lykurg
10th January 2012, 07:53
Create a shortcut for F1 and connect it to a slot. There you open your help browser with the corresponding page. See also the Context-Sensitive Help Example at the documentation.