blob: b3d344bdbfc979b17bda40952f95f91d1ddb762f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
/*
*/
/*! \page helpviewer-example.html
\ingroup examples
\title Simple HTML Help Browser
This example implements a simple HTML help browser using
Qt's richtext capabilities.
<hr>
Header file:
\include helpviewer/helpwindow.h
<hr>
Implementation:
\include helpviewer/helpwindow.cpp
<hr>
Main:
\include helpviewer/main.cpp
*/
|