aboutsummaryrefslogtreecommitdiffstats
path: root/examples/network/googlesuggest/doc/googlesuggest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/googlesuggest/doc/googlesuggest.rst')
-rw-r--r--examples/network/googlesuggest/doc/googlesuggest.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/network/googlesuggest/doc/googlesuggest.rst b/examples/network/googlesuggest/doc/googlesuggest.rst
new file mode 100644
index 000000000..ada224311
--- /dev/null
+++ b/examples/network/googlesuggest/doc/googlesuggest.rst
@@ -0,0 +1,11 @@
+Google Suggest Example
+======================
+
+Obtains the list of search recommendations by the Google search engine.
+
+The example uses the QNetworkAccessManager to obtain the list of search
+recommendations by Google as the user types into a QLineEdit.
+
+.. image:: googlesuggest.png
+ :width: 502
+ :alt: google suggest program screenshot