<h:element-help match="myelement">
<h:short-help>...qrichtext-string...</h:short-help>
<h:qta-help adp-file="adp-file" href="x.html#myid"/>
<h:attr-help name="myattr">
<h:short-help>richtext-string..</h:short-help>
<h:qta-help>...</h:qta-help>
</h:attr-help>
<h:attr-group-ref name="group-name"/>
</h:element-help>
Encloses element help definition for element with qualified name specified in " match" attribute.
(required) Contains a Qt Assistant rich-text string which will appear as short help in tool tips. Note that this rich-text is a subset of HTML, and most HTML tags can be used.
(optional) Contains reference to the Qt Assistant ADP file and hyperlink ( href) to the target HTML file. If adp-file attribute is not specified, value from the parent h:serna-help element is used.
Used to reference a group of attribute help definitions which can be shared for many elements.