blob: 14325c9ea01ebe8987f27c9574f0ee961b3b2e1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/*! \page trivial-nsplugin-example.html
\ingroup nsplugin-examples
\title Trivial Example
This example is trivial, and thus useful for
investigating problems you might have installing the
extension.
To build the example, you must first build the
\link netscape-plugin.html Qt Netscape Plugin Extension\endlink library.
Then type \c{make} in \c{extensions/nsplugin/examples/trivial/}
and copy the resulting \c{trivial.so} or \c{nptrivial.dll}
to the Plugins directory of your WWW browser.
<EMBED TYPE=trivial/very WIDTH=100 HEIGHT=100>
<hr>
Implementation:
\include trivial/trivial.cpp
*/
|