qt5base-lts/examples/network
Venugopal Shivashankar 3e6a14168b Example: Removed the code to handle 'num_entries' info.
The Google Suggest API doesn't return the 'num_queries'
anymore. Had to remove code related to 'num_queries' entry
so that the suggestion list shows up.

Task-number: QTBUG-42817
Change-Id: Ic918d1c86840fa4c1e18f32a984f5a9dd911261d
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2015-03-09 14:21:08 +00:00
..
bearermonitor Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
blockingfortuneclient Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
broadcastreceiver Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
broadcastsender Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dnslookup Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
doc Example: Removed the code to handle 'num_entries' info. 2015-03-09 14:21:08 +00:00
download Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
downloadmanager Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
fortuneclient Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
fortuneserver Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
googlesuggest Example: Removed the code to handle 'num_entries' info. 2015-03-09 14:21:08 +00:00
http Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
loopback Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
multicastreceiver Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
multicastsender Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
network-chat Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
securesocketclient Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
threadedfortuneserver Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
torrent Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
network.pro WinRT: Don't build the network-chat example 2013-09-26 17:26:56 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt is provided with an extensive set of network classes to support both
client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.