summaryrefslogtreecommitdiffstats
path: root/examples/network/archivesearch/archivesearch.doc
blob: e4589cceb0538dc04e50ea184c8a8dd483fd8dc5 (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
/*
*/
     
/*! \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
*/