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.
26 lines
550 B
26 lines
550 B
13 years ago
|
/*
|
||
|
*/
|
||
|
|
||
|
/*! \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
|
||
|
*/
|