qt5base-lts/examples/network/http
Friedemann Kleint d482a92858 Polish the HTTP example.
- Remove unneeded member variables.
- Use new connection syntax.
- Streamline code.
- Add a QCheckBox for launching the file after download
  and make the default file name and download directory configureable.
- Make status messages more verbose.
- Set Password echo mode on authentication dialog.
- Extract the progress dialog to a separate class
  that is directly connected to the QNetworkReply, which
  is created on demand. Set set minimum  and duration on it.
  This fixes a crash that currently occurs when clicking "Abort"
  on the SSL error dialog and "Cancel" on the progress dialog that is
  then re-shown due to its internal force timer/minimum duration handling.
- Resize according to screen size.

Task-number: QTBUG-48332
Change-Id: Ia2611e63fe96d6f49e4cdd06049a206ddb2c2864
Reviewed-by: David Faure <david.faure@kdab.com>
2015-11-05 13:54:13 +00:00
..
authenticationdialog.ui Polish the HTTP example. 2015-11-05 13:54:13 +00:00
http.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
httpwindow.cpp Polish the HTTP example. 2015-11-05 13:54:13 +00:00
httpwindow.h Polish the HTTP example. 2015-11-05 13:54:13 +00:00
main.cpp Polish the HTTP example. 2015-11-05 13:54:13 +00:00