summaryrefslogtreecommitdiffstats
path: root/qtsoap/examples/google/google.qdoc
blob: c73479c30328f3d731e68f5e9aa6c57ee1fdb69c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
// SPDX-License-Identifier: BSD-3-Clause

/*! \page google-example.html

    \title Using SOAP with the Google API

    This example shows how to use the SOAP component to submit
    searches via the Google SOAP API.

    Testing this example
    requires a valid license key, which is available for free
    from http://api.google.com/.

    \raw HTML
    <hr>
    \endraw

    examples/google/google.h:

    \quotefile google.h

    \raw HTML
    <hr>
    \endraw

    examples/google/google.cpp:

    \quotefile google.cpp

    \raw HTML
    <hr>
    \endraw

    examples/google/main.cpp:

    \quotefile ../google/main.cpp

    \raw HTML
    <hr>
    \endraw

    examples/google/google.pro:

    \quotefile google.pro

*/