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.
30 lines
415 B
30 lines
415 B
13 years ago
|
/*
|
||
|
*/
|
||
|
/*! \page richtext-example.html
|
||
|
|
||
|
\ingroup examples
|
||
|
\title Richtext
|
||
|
|
||
|
In this example we demonstrate how to display rich text
|
||
|
in a widget. To do this some sayings taken from the famous
|
||
|
Unix "fortune" are displayed nicely formatted.
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Header file:
|
||
|
|
||
|
\include richtext/richtext.h
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Implementation:
|
||
|
|
||
|
\include richtext/richtext.cpp
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
Main:
|
||
|
|
||
|
\include richtext/main.cpp
|
||
|
*/
|