You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
365 B
29 lines
365 B
/*
|
|
*/
|
|
/*! \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
|
|
*/
|