diff options
Diffstat (limited to 'examples/network/archivesearch/archivesearch.doc')
-rw-r--r-- | examples/network/archivesearch/archivesearch.doc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/network/archivesearch/archivesearch.doc b/examples/network/archivesearch/archivesearch.doc new file mode 100644 index 000000000..e4589cceb --- /dev/null +++ b/examples/network/archivesearch/archivesearch.doc @@ -0,0 +1,25 @@ +/* +*/ + +/*! \page archivesearch-example.html + + \ingroup network-examples + + \title A qt-interest mail archive search + + This example does a search on the qt-interest mailinglist archives. It uses + QHttp to issue the search command and to fetch the results. The GUI parts + were done using \link designer-manual.book Qt Designer\endlink. + + <hr> + + The implementation of the HTTP requests (archivedialog.ui.h): + + \include network/archivesearch/archivedialog.ui.h + + <hr> + + Main (main.cpp): + + \include network/archivesearch/main.cpp +*/ |