Sophie

Sophie

distrib > Arklinux > devel > i586 > media > main > by-pkgid > 551609c23f28e4be31292a04dbe5a613 > files > 1412

qt3-devel-3.3.8b-6ark.i586.rpm

<html>
    <head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Help example</title>
    </head>
    <body style="font-size:12pt;font-family:helvetica">
	<p><h2>Help example</h2></p>
	
	<p>
	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.
	</p>

	<p>
	This example provides a context sensitive help, i.e. pressing F1 will
	show the help for the item under the mouse cursor.
	</p>
	
	<p>
	In order to run Qt Assistant as a custom help tool for this
	application properly you have to specify a profile. A profile
	is a file format similar to the documentation content files
	that assistant used up to Qt 3.1. Once such a profile has been
	specified Qt Assistant can be run with the option <code>-profile</code>
	and then the filename of the profile. The HelpDemo example does
	this for you if you press the <i>Run Qt Assistant customized for
	HelpDemo</i>. 
	</p>

	<p>	
	Qt Assistant can also display arbitrary pages with the
	<i>Display</i> button or using the context help (F1), but Qt
	Assistant won't be customized for this example application.
	</p>

	<ul>
	    <li><a href="manual.html">How to use this example</a></li>
	</ul>
    </body>
</html>