Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 39815cfb0428fd9d1c438b6b3c91a209 > files > 712

qt3-example-3.3.8-4.2mdv2007.1.x86_64.rpm

/*
$Id: qt/archivesearch.doc   3.3.8   edited Jun 19 2003 $
*/
     
/*! \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
*/